Submission #00048
ソースコード
ステータス
| 項目 |
データ |
| 問題 |
0004 - 和差積商余 |
| ユーザー名 |
gousuper(r2204)
|
| 投稿日時 |
2024-04-26 16:02:49 |
| 言語 |
C++17 |
| 状態 |
Compile Error |
| 得点 |
0
|
| ソースコード長 |
367 Byte |
| 最大実行時間 |
-
|
| 最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:14:27: error: expected primary-expression before ‘<’ token
cout<<a+b<<endl<<a-b<<<endl<<a*b<<endl<<a/b<<endla%b<<endl;
^
./Main.cpp:14:32: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘int’ to binary ‘operator<<’
cout<<a+b<<endl<<a-b<<<endl<<a*b<<endl<<a/b<<endla%b<<endl;
~~~~^~~~~
./Main.cpp:14:50: error: ‘endla’ was not declared in this scope
cout<<a+b<<endl<<a-b<<<endl<<a*b<<endl<<a/b<<endla%b<<endl;
^~~~~
セット
テストケース