Problem | ultimateifelse |
---|---|
User | Ush |
Submission Time | 2024-12-04 16:27:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ultimateifelse.cpp: In function ‘int main()’:
ultimateifelse.cpp:16:40: error: expected ‘;’ before ‘}’ token
16 | else if (s.length()==n){cout<< "equal"}
| ^
| ;
ultimateifelse.cpp:18:22: error: expected ‘}’ at end of input
18 | else {cout<< "clown";}
| ^
ultimateifelse.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^