Problem | ultimateifelse |
---|---|
User | wrizz69 |
Submission Time | 2024-12-10 17:28:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ultimateifelse.cpp: In function ‘int32_t main()’:
ultimateifelse.cpp:17:16: error: expected initializer before ‘s’
17 | int n, string s;
| ^
ultimateifelse.cpp:20:10: error: ‘s’ was not declared in this scope
20 | else if(s == "hello") cout << "world";
| ^