Submission #00012


ソースコード

ステータス

項目 データ
問題 0002 - 家事王VS英雄王
ユーザー名 ei2229
投稿日時 2022-05-23 16:56:10
言語 C
状態 Compile Error
得点 0
ソースコード長 308 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.c: In function ‘main’:
./Main.c:7:20: error: invalid type argument of unary ‘*’ (have ‘int’)
     }else if(n / b)*a > (n / c)*d){
                    ^~
./Main.c:7:34: error: expected ‘;’ before ‘)’ token
     }else if(n / b)*a > (n / c)*d){
                                  ^
                                  ;
./Main.c:7:34: error: expected statement before ‘)’ token
./Main.c:9:6: error: ‘else’ without a previous ‘if’
     }else{
      ^~~~
./Main.c:10:25: error: expected ‘;’ before ‘}’ token
         printf("Draw\n")
                         ^
                         ;
     }
     ~
./Main.c:12:14: error: expected ‘;’ before ‘}’ token
     return(0)
              ^
              ;
 }
 ~

セット

セット 得点 Cases

テストケース

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