Problem dna_ioi
User PlayVoltz
Submission Time 2023-09-23 20:55:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dna_ioi.cpp: In function ‘int get_distance(int, int)’:
dna_ioi.cpp:49:9: error: expected ‘;’ before ‘}’ token
49 | ++tc2
| ^
| ;
50 | }
| ~