Submission #00077
ソースコード
ステータス
項目 |
データ |
問題 |
0002 - 和 差 積 商 余 |
ユーザー名 |
Miran
|
投稿日時 |
2019-04-25 17:31:18 |
言語 |
C |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
158 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.c: In function ‘main’:
./Main.c:3:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘>=’ token
int a>=1;
^~
./Main.c:3:8: error: expected expression before ‘>=’ token
./Main.c:4:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘>=’ token
int b>=1;
^~
./Main.c:4:8: error: expected expression before ‘>=’ token
./Main.c:5:18: error: ‘a’ undeclared (first use in this function)
scanf("%d %d",&a,&b);
^
./Main.c:5:18: note: each undeclared identifier is reported only once for each function it appears in
./Main.c:5:21: error: ‘b’ undeclared (first use in this function)
scanf("%d %d",&a,&b);
^
セット
テストケース