Problem ultimateifelse
User ilikeeggs
Submission Time 2024-07-04 18:00:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ultimateifelse.cpp: In function ‘int32_t main()’:
ultimateifelse.cpp:14:53: error: expected ‘;’ before ‘}’ token
14 | else if(s == "world" && n == 3) {cout << "andss"}
| ^
| ;
ultimateifelse.cpp:17:50: error: expected ‘;’ before ‘}’ token
17 | else if((int)s.length() == n){cout << "equal"}
| ^
| ;