Problem addition
User waffles1823
Submission Time 2023-11-08 18:36:10
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:4:2: error: ‘cin’ was not declared in this scope
4 | cin >> a >> b;
| ^~~
addition.cpp:5:2: error: ‘cout’ was not declared in this scope
5 | cout << a+b;
| ^~~~