Problem ultimateifelse
User JerryCodebreaker
Submission Time 2024-02-26 17:46:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ultimateifelse.cpp: In function ‘int main()’:
ultimateifelse.cpp:8:9: error: expected ‘;’ before string constant
8 | cout"one";
| ^~~~~
| ;
ultimateifelse.cpp:28:11: error: ‘n’ was not declared in this scope
28 | else if (n%2==0){
| ^