Problem exam
User lleytonng
Submission Time 2024-06-18 10:53:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:6:2: error: expected initializer before ‘cin’
6 | cin >> check << endl;
| ^~~
exam.cpp:7:6: error: ‘check’ was not declared in this scope
7 | if (check == 1) {
| ^~~~~