| Problem | 727 |
|---|---|
| User | chickengoat |
| Submission Time | 2026-07-11 09:39:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
727.cpp: In function ‘int main()’:
727.cpp:5:14: error: expected initializer before ‘s’
5 | ll n,string s;
| ^
727.cpp:6:14: error: ‘s’ was not declared in this scope
6 | cin >> n >> s;
| ^