Problem relaymarathon
User TheInvadr
Submission Time 2025-03-15 14:53:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

relaymarathon.cpp: In function ‘int main()’:
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<=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:88: error: ‘d’ was not declared in this scope
30 |