| Problem | ultimateifelse |
|---|---|
| User | tinyqwertyIII |
| Submission Time | 2026-07-10 13:44:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ultimateifelse.cpp: In function ‘int main()’:
ultimateifelse.cpp:6:19: error: expected initializer before ‘s’
6 | int n, string s;
| ^
ultimateifelse.cpp:7:17: error: ‘s’ was not declared in this scope
7 | cin >> n >> s;
| ^