Problem exam
User JasonJ
Submission Time 2025-11-12 10:42:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:6:1: error: ‘If’ was not declared in this scope
6 | If (x = 1){
| ^~
exam.cpp:11:1: error: expected ‘}’ at end of input
11 | }
| ^
exam.cpp:3:13: note: to match this ‘{’
3 | int main () {
| ^