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

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:11:12: error: expected initializer before ‘<’ token
11 | int b, c < 10;
| ^
exam.cpp:13:10: error: ‘c’ was not declared in this scope
13 | cin >> c;
| ^