Submission #49064
ソースコード
ステータス
| 項目 |
データ |
| 問題 |
1137 - 認証主義 |
| ユーザー名 |
ei1903
|
| 投稿日時 |
2019-05-07 18:35:01 |
| 言語 |
C |
| 状態 |
Compile Error |
| 得点 |
0
|
| ソースコード長 |
116 Byte |
| 最大実行時間 |
-
|
| 最大メモリ使用量 |
|
コンパイルメッセージ
./Main.c:2:5: warning: data definition has no type or storage class
b=1;
^
./Main.c:2:5: warning: type defaults to ‘int’ in declaration of ‘b’ [-Wimplicit-int]
./Main.c:3:3: error: expected identifier or ‘(’ before ‘}’ token
}
^
./Main.c:4:3: error: expected identifier or ‘(’ before ‘if’
if(a==36 || a==49){
^~
./Main.c:7:3: error: expected identifier or ‘(’ before ‘if’
if(a==64 || a==81){
^~
./Main.c:10:3: error: expected identifier or ‘(’ before ‘if’
if(a==100){
^~
セット
テストケース