Problem ny_mathexam
User CheesyPasta
Submission Time 2025-02-14 16:26:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ny_mathexam.cpp: In function ‘int main()’:
ny_mathexam.cpp:2:13: error: expected initializer before ‘long’
2 | #define int long long
| ^~~~
ny_mathexam.cpp:7:2: note: in expansion of macro ‘int’
7 | int Y
| ^~~
ny_mathexam.cpp:9:2: error: ‘Cout’ was not declared in this scope
9 | Cout << X+Y
| ^~~~
ny_mathexam.cpp:9:10: error: ‘X’ was not declared in this scope
9 | Cout << X+Y
| ^
ny_mathexam.cpp:9:12: error: ‘Y’ was not declared in this scope
9 | Cout << X+Y
| ^