Problem addition
User godex
Submission Time 2025-01-20 16:48:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:4:10: error: two or more data types in declaration of ‘x’
4 | int int x, y;
| ^
addition.cpp:4:13: error: two or more data types in declaration of ‘y’
4 | int int x, y;
| ^
addition.cpp:6:14: error: ‘x’ was not declared in this scope
6 | std::cin >> x >> y;
| ^
addition.cpp:6:20: error: ‘y’ was not declared in this scope
6 | std::cin >> x >> y;
| ^