Problem binaryroads
User Student101
Submission Time 2024-11-28 16:21:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binaryroads.cpp: In function ‘int main()’:
binaryroads.cpp:46:25: error: expected ‘;’ before ‘build’
46 | dist.assign(num,INF)
| ^
| ;
47 | build(0,1);
| ~~~~~