| Problem | exam |
|---|---|
| User | key678 |
| Submission Time | 2026-06-22 15:38:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function βint main()β:
exam.cpp:8:11: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
8 | if (x == "1"), cout << "Hello World"
| ^~~
exam.cpp:8:15: error: expected primary-expression before β,β token
8 | if (x == "1"), cout << "Hello World"
| ^