Problem exam
User lygrace
Submission Time 2026-06-22 15:38:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
exam.cpp: In function ‘int main()’:
exam.cpp:4:13: error: expected primary-expression before ‘long’
4 | #define int long long
| ^~~~
exam.cpp:17:9: note: in expansion of macro ‘int’
17 | cout<<int(A+B);
| ^~~