Problem exam
User Sia
Submission Time 2023-11-08 13:03:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:8:18: error: stray ‘\342’ in program
8 | if (x == 1 && 1 ≤ x <= 2){
| ^
exam.cpp:8:19: error: stray ‘\211’ in program
8 | if (x == 1 && 1 ≤ x <= 2){
| ^
exam.cpp:8:20: error: stray ‘\244’ in program
8 | if (x == 1 && 1 ≤ x <= 2){
| ^
exam.cpp: In function ‘int main()’:
exam.cpp:8:17: error: expected ‘)’ before ‘x’
8 | if (x == 1 && 1 ≤ x <= 2){
| ~ ^ ~
| )