Problem erp
User shadowblade2718
Submission Time 2026-08-19 21:19:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

erp.cpp: In function ‘int main()’:
erp.cpp:47:9: error: ‘distList2’ was not declared in this scope; did you mean ‘distList’?
47 | distList2[i] = 2147483647;
| ^~~~~~~~~
| distList
erp.cpp:53:5: error: ‘distList2’ was not declared in this scope; did you mean ‘distList’?
53 | distList2[0] = 0;
| ^~~~~~~~~
| distList