Submission #01447


ソースコード

ステータス

項目 データ
問題 0009 - パスタ
ユーザー名 ei1310
投稿日時 2015-10-01 13:08:18
言語 C
状態 Compile Error
得点 0
ソースコード長 359 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.c:3:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(){
 ^
./Main.c: In function ‘main’:
./Main.c:10:14: error: lvalue required as left operand of assignment
   if(Y % 400 = 0){
              ^
./Main.c:12:20: error: lvalue required as left operand of assignment
   }else if(Y % 100 = 0){
                    ^
./Main.c:14:18: error: lvalue required as left operand of assignment
   }else if(Y % 4 = 0){
                  ^

セット

セット 得点 Cases

テストケース

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