Problem mrt
User ayreentazz
Submission Time 2026-08-01 11:32:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mrt.cpp: In function ‘int main()’:
mrt.cpp:14:23: error: expected ‘;’ before ‘)’ token
14 | for(int i=0; i<E, i++){
| ^
| ;
mrt.cpp:17:21: error: ‘x’ was not declared in this scope
17 | A [X][Y] = min (A[x][Y], T);
| ^
mrt.cpp:24:30: error: ‘id’ was not declared in this scope; did you mean ‘i’?
24 | A[i][j] = A[i][mid] + A[id][j];
| ^~
| i
mrt.cpp:28:2: error: expected primary-expression before ‘]’ token
28 | ]
| ^
mrt.cpp:29:14: error: ‘i’ was not declared in this scope
29 | for(int i=0;i<Q;i++){
| ^
mrt.cpp:35:1: error: expected ‘}’ at end of input
35 | }
| ^
mrt.cpp:4:7: note: to match this ‘{’
4 | main(){
| ^