| Problem | nycheer |
|---|---|
| User | kesleryak |
| Submission Time | 2024-08-17 09:14:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
nycheer.cpp: In function ‘int main()’:
nycheer.cpp:10:9: error: ‘elif’ was not declared in this scope
10 | elif (a == 2) cout << "Ho ";
| ^~~~
nycheer.cpp:11:9: error: ‘else’ without a previous ‘if’
11 | else cout << "Nanyang ";
| ^~~~