| Problem | heatwv |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-07-29 16:37:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
heatwv.cpp: In function ‘int32_t main()’:
heatwv.cpp:15:7: error: ‘i’ was not declared in this scope
15 | for (i = 1; i <= c; i++) {
| ^
heatwv.cpp:15:19: error: ‘c’ was not declared in this scope
15 | for (i = 1; i <= c; i++) {
| ^
heatwv.cpp:21:7: error: ‘i’ was not declared in this scope
21 | for (i = 1; i <= c; i++) DIST[i] = LLONG_MAX / 4;
| ^
heatwv.cpp:21:19: error: ‘c’ was not declared in this scope
21 | for (i = 1; i <= c; i++) DIST[i] = LLONG_MAX / 4;
| ^
heatwv.cpp:22:14: error: ‘ts’ was not declared in this scope; did you mean ‘Ts’?
22 | int start = ts;
| ^~
| Ts