Submission #00070


ソースコード

ステータス

項目 データ
問題 0002 - FizzBuzz - easy
ユーザー名 r1910
投稿日時 2019-05-07 17:17:40
言語 C
状態 Compile Error
得点 0
ソースコード長 301 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.c: In function ‘main’:
./Main.c:5:6: error: lvalue required as left operand of assignment
   a%3=b;
      ^
./Main.c:6:6: error: lvalue required as left operand of assignment
   a%5=c;
      ^
./Main.c:10:15: error: lvalue required as left operand of assignment
   if(b!=0 && c=0){
               ^
./Main.c:13:14: error: lvalue required as left operand of assignment
   if(b=0 && c=0){
              ^

セット

セット 得点 Cases

テストケース

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