Submission #00111
ソースコード
ステータス
| 項目 | データ |
|---|---|
| 問題 | 0005 - Extension FizzBuzz |
| ユーザー名 | Koba_gochiusa |
| 投稿日時 | 2022-04-27 16:47:56 |
| 言語 | C |
| 状態 | Compile Error |
| 得点 | 0 |
| ソースコード長 | 478 Byte |
| 最大実行時間 | - |
| 最大メモリ使用量 |
コンパイルメッセージ
./Main.c: In function ‘main’:
./Main.c:7:23: error: lvalue required as left operand of assignment
if(A = 0 || B = 0){
^
./Main.c:9:10: warning: implicit declaration of function ‘elseif’ [-Wimplicit-function-declaration]
}elseif(N % A == 0 && N % B == 0){
^~~~~~
./Main.c:9:42: error: expected ‘;’ before ‘{’ token
}elseif(N % A == 0 && N % B == 0){
^
;
セット
| セット | 得点 | Cases |
|---|
テストケース
| ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
|---|---|---|---|