Problem exam
User YII1719
Submission Time 2023-11-08 11:29:22
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 ‘number’
7 | char paper number = 'x'
| ^~~~~~
exam.cpp:11:2: error: ‘else’ without a previous ‘if’
11 | else if (x = 1) {
| ^~~~
exam.cpp:11:11: error: ‘x’ was not declared in this scope
11 | else if (x = 1) {
| ^