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

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:7:5: error: expected initializer before ‘paper’
7 | paper = "1"or"2";
| ^~~~~
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;
| ^