Problem | bestplace |
---|---|
User | hackerman123 |
Submission Time | 2023-03-13 14:47:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bestplace.cpp: In function ‘int main()’:
bestplace.cpp:16:2: error: expected ‘,’ or ‘;’ before ‘long’
16 | long long X_coord = X_list[median];
| ^~~~
bestplace.cpp:18:10: error: ‘X_coord’ was not declared in this scope; did you mean ‘y_coord’?
18 | cout << X_coord << ' ' << y_coord;
| ^~~~~~~
| y_coord