Problem exam
User YII1719
Submission Time 2023-11-08 11:50:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:7:13: error: expected initializer before ‘num’
7 | char paper num = x;
| ^~~
exam.cpp:8:6: error: ‘x’ was not declared in this scope
8 | if (x = 2) {
| ^