Problem exam
User neoaix
Submission Time 2026-06-22 15:43:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:3:13: error: expected unqualified-id before ‘long’
3 | #define int long long
| ^~~~
exam.cpp:6:12: note: in expansion of macro ‘int’
6 | int a, int b
| ^~~
exam.cpp:8:9: error: ‘paper’ was not declared in this scope
8 | if (paper = "1")
| ^~~~~
exam.cpp:12:20: error: ‘b’ was not declared in this scope
12 | { cout << a*b;
| ^