Problem exam
User BigEd15
Submission Time 2025-01-12 17:21:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int32_t main()’:
exam.cpp:6:27: error: ‘cint’ was not declared in this scope; did you mean ‘uint’?
6 | ios::sync_with_stdio(0); cint.tie(0);
| ^~~~
| uint
exam.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
exam.cpp:8:2: note: in expansion of macro ‘int’
8 | int x, A, B;
| ^~~
exam.cpp:8:6: error: ‘x’ was not declared in this scope
8 | int x, A, B;
| ^
exam.cpp:8:9: error: ‘A’ was not declared in this scope
8 | int x, A, B;
| ^
exam.cpp:8:12: error: ‘B’ was not declared in this scope
8 | int x, A, B;
| ^