Problem | relaymarathon |
---|---|
User | TheInvadr |
Submission Time | 2025-03-15 14:53:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
relaymarathon.cpp: In function ‘int main()’:
relaymarathon.cpp:20:30: error: expected ‘;’ before ‘}’ token
20 | grid[b][a]=grid[a][b]
| ^
| ;
21 | }
| ~
relaymarathon.cpp:29:21: error: expected ‘,’ or ‘;’ before ‘:’ token
29 | int mn = INT_MAX:
| ^
relaymarathon.cpp:30:19: error: ‘a’ was not declared in this scope
30 | for(int a = 1;a<=k;a++)for(int b = 1;b<=k;b++)for(int c = 1;c<=k;c++)for(int d = 1;d<=k;d++){
| ^
relaymarathon.cpp:30:42: error: ‘b’ was not declared in this scope
30 | for(int a = 1;a<=k;a++)for(int b = 1;b<=k;b++)for(int c = 1;c<=k;c++)for(int d = 1;d<=k;d++){
| ^
relaymarathon.cpp:30:65: error: ‘c’ was not declared in this scope
30 | for(int a = 1;a&