Problem nycoordinates
User Kaydn
Submission Time 2024-11-04 10:15:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nycoordinates.cpp: In function ‘int main()’:
nycoordinates.cpp:17:29: error: expected ‘;’ before ‘if’
17 | dist = (x*x) + (y*y)
| ^
| ;
18 | if(l*l > dist){
| ~~