Problem mrt
User PerihelionfromAphelion
Submission Time 2026-07-24 18:02:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mrt.cpp: In function ‘int32_t main()’:
mrt.cpp:20:25: error: ‘N’ was not declared in this scope
20 | for(int i = 1; i <= N; a++) DIST[i] = LLONG_MAX/4;
| ^
mrt.cpp:20:28: error: ‘a’ was not declared in this scope
20 | for(int i = 1; i <= N; a++) DIST[i] = LLONG_MAX/4;
| ^
mrt.cpp:41:13: error: ‘N’ was not declared in this scope
41 | if(DIST[N] == LLONG_MAX/4){
| ^