| Problem | cpictrain |
|---|---|
| User | neoaix |
| Submission Time | 2026-06-24 10:53:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpictrain.cpp: In function ‘int main()’:
cpictrain.cpp:34:25: error: expected ‘;’ before ‘}’ token
34 | best_cab = j
| ^
| ;
35 | }else if(ept_st[j] == ept_st[best_cab])
| ~
cpictrain.cpp:36:32: error: ‘i’ was not declared in this scope
36 | int dist_cur = abs(i - mid);
| ^
cpictrain.cpp:38:17: error: ‘dist_cur’ was not declared in this scope
38 | if (dist_cur < dist_best){
| ^~~~~~~~
cpictrain.cpp:41:21: error: ‘i’ was not declared in this scope
41 | if (i<best_cab){
| ^