Submission #78586


ソースコード

ステータス

項目 データ
問題 0957 - 9月X日
ユーザー名 DAI_0110
投稿日時 2024-04-25 18:30:28
言語 C
状態 Compile Error
得点 0
ソースコード長 336 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.c: In function ‘main’:
./Main.c:7:27: error: expected ‘;’ before ‘}’ token
     if(x==1){printf("fri")}
                           ^
                           ;
./Main.c:8:27: error: expected ‘;’ before ‘}’ token
     if(x==2){printf("sat")}
                           ^
                           ;
./Main.c:9:27: error: expected ‘;’ before ‘}’ token
     if(x==3){printf("sun")}
                           ^
                           ;
./Main.c:10:27: error: expected ‘;’ before ‘}’ token
     if(x==4){printf("mon")}
                           ^
                           ;
./Main.c:11:27: error: expected ‘;’ before ‘}’ token
     if(x==5){printf("tue")}
                           ^
                           ;
./Main.c:12:27: error: expected ‘;’ before ‘}’ token
     if(x==6){printf("wed")}
                           ^
                           ;
./Main.c:13:27: error: expected ‘;’ before ‘}’ token
     if(x==0){printf("thu")}
                           ^
                           ;

セット

セット 得点 Cases

テストケース

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