| Problem | ultimateifelse |
|---|---|
| User | Tyx2019 |
| Submission Time | 2023-01-13 15:30:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ultimateifelse.cpp: In function ‘int32_t main()’:
ultimateifelse.cpp:5:19: error: expected initializer before ‘S’
5 | int N, string S;
| ^
ultimateifelse.cpp:6:17: error: ‘S’ was not declared in this scope
6 | cin >> N >> S;
| ^