Submission #00231
ソースコード
ステータス
| 項目 | データ |
|---|---|
| 問題 | 0006 - きぃのお勉強 |
| ユーザー名 | ei2022 |
| 投稿日時 | 2020-06-16 17:58:21 |
| 言語 | C |
| 状態 | Compile Error |
| 得点 | 0 |
| ソースコード長 | 421 Byte |
| 最大実行時間 | - |
| 最大メモリ使用量 |
コンパイルメッセージ
./Main.c: In function ‘main’:
./Main.c:6:29: error: expected ‘)’ before ‘Yes’
printf("%c\n"Yes)}{
^~~
)
./Main.c:6:33: error: expected ‘;’ before ‘}’ token
printf("%c\n"Yes)}{
^
;
./Main.c:7:19: error: ‘else’ without a previous ‘if’
} else{
^~~~
./Main.c:8:38: error: expected ‘)’ before ‘No’
printf("%c\n"No)}
^~
)
./Main.c:8:41: error: expected ‘;’ before ‘}’ token
printf("%c\n"No)}
^
;
./Main.c:10:40: error: expected ‘)’ before ‘Yes’
printf("%c\n"Yes)}{
^~~
)
./Main.c:10:44: error: expected ‘;’ before ‘}’ token
printf("%c\n"Yes)}{
^
;
./Main.c:11:30: error: ‘else’ without a previous ‘if’
} else{
^~~~
./Main.c:12:41: error: expected ‘)’ before ‘No’
printf("%c\n"No)}
^~
)
./Main.c:12:44: error: expected ‘;’ before ‘}’ token
printf("%c\n"No)}
^
;
セット
| セット | 得点 | Cases |
|---|
テストケース
| ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
|---|---|---|---|