Problem | addition |
---|---|
User | TheBurnedPipis |
Submission Time | 2024-11-08 14:46:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:2:20: error: expected ‘;’ before ‘int32_t’
2 | using namespace std
| ^
| ;
3 | #define int long long
4 | int32_t main(){
| ~~~~~~~
addition.cpp: In function ‘int32_t main()’:
addition.cpp:6:9: error: ‘x’ was not declared in this scope
6 | cin >> x >> y;
| ^
addition.cpp:6:14: error: ‘y’ was not declared in this scope
6 | cin >> x >> y;
| ^