Problem | dna_ioi |
---|---|
User | Pan |
Submission Time | 2024-01-27 17:09:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dna_ioi.cpp: In function ‘int get_distance(int, int)’:
dna_ioi.cpp:63:24: error: ‘tem1’ was not declared in this scope
63 | ll ans = 0, del = min(tem1, tem2);
| ^~~~
dna_ioi.cpp:63:30: error: ‘tem2’ was not declared in this scope
63 | ll ans = 0, del = min(tem1, tem2);
| ^~~~