Problem addition
User AwkUngenially
Submission Time 2025-03-30 15:18:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:5:9: error: expected unqualified-id before ‘int’
5 | int x, int y;
| ^~~
addition.cpp:6:14: error: ‘y’ was not declared in this scope
6 | cin >> x >> y;
| ^