Submission #00019
ソースコード
ステータス
項目 |
データ |
問題 |
0002 - 和 差 積 商 余 |
ユーザー名 |
ei2109
|
投稿日時 |
2021-04-27 16:57:08 |
言語 |
C |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
210 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.c: In function ‘main’:
./Main.c:4:22: error: invalid operands to binary % (have ‘int *’ and ‘int’)
scanf("%d %d",&A %B);
~~ ^
./Main.c:5:18: error: expected ‘)’ before ‘A’
printf("%d\n"A+B);
^
)
./Main.c:6:18: error: expected ‘)’ before ‘A’
printf("%d\n"A-B);
^
)
./Main.c:7:18: error: expected ‘)’ before ‘A’
printf("%d\n"A*B);
^
)
./Main.c:8:18: error: expected ‘)’ before ‘A’
printf("%d\n"A/B);
^
)
./Main.c:9:18: error: expected ‘)’ before ‘A’
printf("%d\n"A%B);
^
)
セット
テストケース