Problem exam
User jambusk
Submission Time 2025-06-16 14:48:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:8:5: error: expected ‘(’ before ‘x’
8 | if x == ['2'];
| ^
| (
exam.cpp:11:5: error: expected ‘(’ before ‘x’
11 | if x == ['1'];
| ^
| (