| Problem | mrt |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-07-26 12:35:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mrt.cpp: In function ‘int32_t main()’:
mrt.cpp:12:7: error: ‘i’ was not declared in this scope
12 | for (i = 0; i < n; i++) {
| ^
mrt.cpp:13:8: error: ‘j’ was not declared in this scope
13 | for (j = 0; j < n; j++) {
| ^
mrt.cpp:17:7: error: ‘i’ was not declared in this scope
17 | for (i = 0; i < e; i++) {
| ^
mrt.cpp:18:10: error: ‘x’ was not declared in this scope
18 | cin >> x >> y >> t;
| ^
mrt.cpp:18:15: error: ‘y’ was not declared in this scope
18 | cin >> x >> y >> t;
| ^
mrt.cpp:18:20: error: ‘t’ was not declared in this scope
18 | cin >> x >> y >> t;
| ^
mrt.cpp:23:8: error: ‘i’ was not declared in this scope
23 | for (i = 0; i < n; i++) {
| ^
mrt.cpp:24:9: error: ‘j’ was not declared in this scope
24