Problem ultimateifelse
User ansel
Submission Time 2024-12-07 11:21:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ultimateifelse.cpp: In function ‘int main()’:
ultimateifelse.cpp:11:6: error: ‘length’ was not declared in this scope
11 | if (length(S)>5) cout<<"long";
| ^~~~~~
ultimateifelse.cpp:12:6: error: ‘length’ was not declared in this scope
12 | if (length(S)==N) cout<<"equal";
| ^~~~~~