Problem exam
User Etw
Submission Time 2024-06-18 10:55:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int main() {
| ~~~
exam.cpp: In function ‘int main()’:
exam.cpp:4:9: error: expected primary-expression before ‘int’
4 | cin >> int paper;
| ^~~
exam.cpp:5:6: error: ‘x’ was not declared in this scope
5 | if (x = 1) {
| ^