Problem ultimateifelse
User carson
Submission Time 2025-08-21 12:42:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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){
| ^