| Problem | littlejohnny0 |
|---|---|
| User | CKCodeBreaker55 |
| Submission Time | 2026-03-02 11:05:26 |
| 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:7:3: error: ‘inti’ was not declared in this scope; did you mean ‘int’?
7 | inti sum = 0;
| ^~~~
| int
littlejohnny0.cpp:18:7: error: ‘sum’ was not declared in this scope
18 | sum += result;
| ^~~
littlejohnny0.cpp:22:32: error: ‘sum’ was not declared in this scope
22 | A[2 * N] = N * (N + 1) / 2 - sum;
| ^~~