Problem mrt
User cheryltkx
Submission Time 2026-08-01 11:29:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mrt.cpp: In function ‘int main()’:
mrt.cpp:4:7: error: expected initializer before ‘.’ token
4 | int N.E.Q;
| ^
mrt.cpp:5:7: error: ‘N’ was not declared in this scope
5 | cin>>N>>E>>q;
| ^
mrt.cpp:5:10: error: ‘E’ was not declared in this scope
5 | cin>>N>>E>>q;
| ^
mrt.cpp:5:13: error: ‘q’ was not declared in this scope
5 | cin>>N>>E>>q;
| ^
mrt.cpp:7:17: error: ‘n’ was not declared in this scope
7 | for (int i=1;i<n;i++){
| ^
mrt.cpp:9:4: error: ‘A’ was not declared in this scope
9 | A[I][J]=1e9;
| ^
mrt.cpp:9:6: error: ‘I’ was not declared in this scope
9 | A[I][J]=1e9;
| ^
mrt.cpp:9:9: error: ‘J’ was not declared in this scope
9 | A[I][J]=1e9;
| ^
mrt.cpp:16:3: error: ‘A’ was not declared in this