Problem | ultimateifelse |
---|---|
User | Kiameimon |
Submission Time | 2023-12-13 20:07:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ultimateifelse.cpp: In function ‘int main()’:
ultimateifelse.cpp:22:3: error: expected ‘}’ before ‘else’
22 | else cout << "clown";
| ^~~~
ultimateifelse.cpp:20:22: note: to match this ‘{’
20 | elif(abs(n)%2 == 0){
| ^