| Problem | ultimateifelse |
|---|---|
| User | shoryu386 |
| Submission Time | 2023-01-09 22:12:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ultimateifelse.cpp: In function ‘int main()’:
ultimateifelse.cpp:24:3: error: expected primary-expression before ‘else’
24 | else if (s == "hello") cout << "world";
| ^~~~