| Problem | impossiblegame |
|---|---|
| User | AlphanumericUsername |
| Submission Time | 2025-01-01 11:19:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
impossiblegame.cpp:5:1: error: ‘string’ does not name a type; did you mean ‘stdin’?
5 | string arr[] = {
| ^~~~~~
| stdin
impossiblegame.cpp: In function ‘std::vector<std::__cxx11::basic_string<char> > solve(int)’:
impossiblegame.cpp:11:17: error: ‘arr’ was not declared in this scope
11 | ans.push_back(arr[T]);
| ^~~