Submission #00770


ソースコード

ステータス

項目 データ
問題 0017 - 棒で作る直方体
ユーザー名 m2279
投稿日時 2022-06-13 20:23:25
言語 C
状態 Compile Error
得点 0
ソースコード長 366 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.c: In function ‘main’:
./Main.c:10:13: error: ‘j’ undeclared (first use in this function)
         for(j=0;j<10;j++){
             ^
./Main.c:10:13: note: each undeclared identifier is reported only once for each function it appears in
./Main.c:19:23: error: expected ‘;’ before ‘}’ token
         printf("no\n")
                       ^
                       ;
     }
     ~
./Main.c:21:5: warning: implicit declaration of function ‘returnf’ [-Wimplicit-function-declaration]
     returnf(0);
     ^~~~~~~

セット

セット 得点 Cases

テストケース

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