Problem personalspace
User PlayVoltz
Submission Time 2023-11-29 17:50:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

personalspace.cpp: In function ‘int32_t main()’:
personalspace.cpp:20:27: error: expected ‘;’ before ‘}’ token
20 | if (vect[i].second>d)t=1
| ^
| ;
21 | }
| ~