Problem addition
User waffles1823
Submission Time 2023-11-08 18:39:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:1:1: error: ‘import’ does not name a type
1 | import <iostream>;
| ^~~~~~
addition.cpp: In function ‘int main()’:
addition.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin >> a >> b;
| ^~~
addition.cpp:8:2: error: ‘cout’ was not declared in this scope
8 | cout << sum << endl
| ^~~~
addition.cpp:8:17: error: ‘endl’ was not declared in this scope
8 | cout << sum << endl
| ^~~~