Problem ultimateifelse
User Randomguy
Submission Time 2025-12-03 14:37:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ultimateifelse.cpp: In function ‘int main()’:
ultimateifelse.cpp:18:28: error: expected identifier before ‘(’ token
18 | else if (s == "world") && (n == 3) {
| ^
ultimateifelse.cpp:21:25: error: expected identifier before ‘(’ token
21 | else if (s == "hmm")&& (n == 20) {
| ^
ultimateifelse.cpp:24:11: error: ‘length’ was not declared in this scope
24 | else if (length(s) > 5) {
| ^~~~~~