Problem ultimateifelse
User matt
Submission Time 2024-01-22 23:10:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ultimateifelse.cpp: In function ‘int main()’:
ultimateifelse.cpp:11:16: error: ‘world’ was not declared in this scope
11 | else if (s == world && n = 3) cout<<"andss";
| ^~~~~
ultimateifelse.cpp:12:29: error: lvalue required as left operand of assignment
12 | else if (s == "hmm" || n = 20) cout<<"sus";
| ^~