Submission #00093


ソースコード

ステータス

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

コンパイルメッセージ

./Main.c: In function ‘main’:
./Main.c:6:9: error: lvalue required as left operand of assignment
   if(N%3=0){
         ^
./Main.c:9:9: error: lvalue required as left operand of assignment
   if(N%5=0){
         ^
./Main.c:13:3: error: expected declaration or statement at end of input
   printf("N\n");
   ^~~~~~

セット

セット 得点 Cases

テストケース

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