Problem addition
User Ignatius
Submission Time 2025-02-14 16:15:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:5:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
5 | cin <<a <<b;
| ^~~
| sin
addition.cpp: In function ‘int main()’:
addition.cpp:8:13: error: ‘a’ was not declared in this scope
8 | cout << a <<b;
| ^
addition.cpp:8:17: error: ‘b’ was not declared in this scope
8 | cout << a <<b;
| ^