| Problem | littlejohnny0 |
|---|---|
| User | WH8 |
| Submission Time | 2025-12-14 11:13:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
littlejohnny0.cpp: In function ‘std::vector<int> solve(int)’:
littlejohnny0.cpp:9:17: error: ‘n’ was not declared in this scope
9 | for(int i=1;i<=n;i++)s.insert(i);
| ^
littlejohnny0.cpp:24:17: error: ‘n’ was not declared in this scope
24 | for(int i=1;i<=n;i++)s.insert(i);
| ^