Submission #00146
ソースコード
ステータス
項目 |
データ |
問題 |
0003 - サッカー(soccer) |
ユーザー名 |
ei1528
|
投稿日時 |
2015-11-11 18:19:50 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
1150 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:58:11: error: expected unqualified-id before ‘=’ token
for(int =0;i<4;i++){
^
./Main.cpp:58:11: error: expected ‘;’ before ‘=’ token
./Main.cpp:58:11: error: expected primary-expression before ‘=’ token
./Main.cpp:58:14: error: ‘i’ was not declared in this scope
for(int =0;i<4;i++){
^
./Main.cpp:58:17: error: expected ‘)’ before ‘;’ token
for(int =0;i<4;i++){
^
./Main.cpp:58:18: error: ‘i’ was not declared in this scope
for(int =0;i<4;i++){
^
./Main.cpp:67:1: error: expected ‘}’ at end of input
}
^
セット
テストケース