Submission #00686


ソースコード

ステータス

項目 データ
問題 0014 - ユーグレナの飲むミドリムシ
ユーザー名 r2218
投稿日時 2022-06-10 16:32:24
言語 C
状態 Compile Error
得点 0
ソースコード長 587 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.c:13:11: error: expected declaration specifiers or ‘...’ before string constant
     scanf("%d", &m);
           ^~~~
./Main.c:13:17: error: expected declaration specifiers or ‘...’ before ‘&’ token
     scanf("%d", &m);
                 ^
./Main.c:14:5: error: expected identifier or ‘(’ before ‘for’
     for (int i=0; i<m; i++) {
     ^~~
./Main.c:14:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘<’ token
     for (int i=0; i<m; i++) {
                    ^
./Main.c:14:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘++’ token
     for (int i=0; i<m; i++) {
                         ^~
./Main.c:18:11: error: expected declaration specifiers or ‘...’ before string constant
     scanf("%d", &q);
           ^~~~
./Main.c:18:17: error: expected declaration specifiers or ‘...’ before ‘&’ token
     scanf("%d", &q);
                 ^
./Main.c:19:5: error: expected identifier or ‘(’ before ‘for’
     for (int i=0; i<q; i++) {
     ^~~
./Main.c:19:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘<’ token
     for (int i=0; i<q; i++) {
                    ^
./Main.c:19:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘++’ token
     for (int i=0; i<q; i++) {
                         ^~
./Main.c:27:5: error: expected identifier or ‘(’ before ‘return’
     return(0);
     ^~~~~~
./Main.c:28:1: error: expected identifier or ‘(’ before ‘}’ token
 }
 ^

セット

セット 得点 Cases

テストケース

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