| Problem | nycoordinates |
|---|---|
| User | shaekpie |
| Submission Time | 2026-06-24 16:41:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
nycoordinates.cpp: In function ‘int main()’:
nycoordinates.cpp:9:2: error: expected ‘,’ or ‘;’ before ‘for’
9 | for (int i = 1; i <= L; i++) {
| ^~~
nycoordinates.cpp:9:18: error: ‘i’ was not declared in this scope
9 | for (int i = 1; i <= L; i++) {
| ^
nycoordinates.cpp:12:4: error: expected ‘}’ at end of input
12 | }
| ^
nycoordinates.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^