Submission #00022


ソースコード

ステータス

項目 データ
問題 0002 - 猪苗代湖の魚釣り競争
ユーザー名 カラメル
投稿日時 2020-07-28 15:40:26
言語 C++11
状態 Compile Error
得点 0
ソースコード長 347 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:6:1: error: expected initializer before ‘int’
 int a,b,c,d;
 ^~~
./Main.cpp:9:10: error: ‘k2’ was not declared in this scope
 cin>>k1>>k2;
          ^~
./Main.cpp:9:10: note: suggested alternative: ‘k1’
 cin>>k1>>k2;
          ^~
          k1
./Main.cpp:10:6: error: ‘a’ was not declared in this scope
 cin>>a>>b>>c>>d;
      ^
./Main.cpp:10:9: error: ‘b’ was not declared in this scope
 cin>>a>>b>>c>>d;
         ^
./Main.cpp:10:12: error: ‘c’ was not declared in this scope
 cin>>a>>b>>c>>d;
            ^
./Main.cpp:10:15: error: ‘d’ was not declared in this scope
 cin>>a>>b>>c>>d;
               ^

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #