Problem | ultimateifelse |
---|---|
User | carson |
Submission Time | 2025-08-21 12:42:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ultimateifelse.cpp: In function ‘int main()’:
ultimateifelse.cpp:26:2: error: expected ‘}’ before ‘else’
26 | else{
| ^~~~
ultimateifelse.cpp:24:25: note: to match this ‘{’
24 | else if(stoi(a)%2 == 0){
| ^