| Problem | sixandseven |
|---|---|
| User | JoonLoong |
| Submission Time | 2026-06-26 13:00:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:14:9: error: expected unqualified-id before string constant
14 | string "67";
| ^~~~
sixandseven.cpp:15:11: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
15 | if (X == "67") {
| ^~~~