Problem exam
User StarSparrowFox
Submission Time 2025-07-29 16:14:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:6:12: error: expected initializer before ‘==’ token
6 | if (int x == 1) {
| ^~
exam.cpp:6:11: error: expected ‘)’ before ‘==’ token
6 | if (int x == 1) {
| ~ ^~~
| )