Problem exam
User justin271828
Submission Time 2023-05-29 17:26:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:12:12: error: expected ‘;’ before ‘cin’
12 | b, c < 10
| ^
| ;
13 | cin >> b;
| ~~~