Problem | addition |
---|---|
User | ZiXin |
Submission Time | 2023-11-08 10:36:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> a >> b;
| ^~~
addition.cpp:5:2: error: expected ‘,’ or ‘;’ before ‘cout’
5 | cout << c
| ^~~~