Submission #34933
ソースコード
ステータス
項目 |
データ |
問題 |
0926 - わりざんして! |
ユーザー名 |
r1804
|
投稿日時 |
2018-05-08 16:57:37 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
246 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:9:13: error: conflicting declaration ‘long long int a’
long long a,b;
^
./Main.cpp:7:7: note: previous declaration as ‘int a’
int a,b;
^
./Main.cpp:9:15: error: conflicting declaration ‘long long int b’
long long a,b;
^
./Main.cpp:7:9: note: previous declaration as ‘int b’
int a,b;
^
./Main.cpp:21:12: error: unable to find string literal operator ‘operator""a’ with ‘const char [4]’, ‘long unsigned int’ arguments
printf("%d\n"a/b);
^~~~~~~
セット
テストケース