Labirintas

Taškai: 0

Compile: FAIL

labirintas.cpp: In function ‘int main()’: labirintas.cpp:55:18: error: missing template arguments before ‘u’ 55 | for(pair u: adj[v.first][v.second]){ | ^ labirintas.cpp:62:5: error: expected primary-expression before ‘}’ token 62 | } | ^ labirintas.cpp:61:10: error: expected ‘;’ before ‘}’ token 61 | } | ^ | ; 62 | } | ~ labirintas.cpp:62:5: error: expected primary-expression before ‘}’ token 62 | } | ^ labirintas.cpp:61:10: error: expected ‘)’ before ‘}’ token 61 | } | ^ | ) 62 | } | ~ labirintas.cpp:55:12: note: to match this ‘(’ 55 | for(pair u: adj[v.first][v.second]){ | ^ labirintas.cpp:62:5: error: expected primary-expression before ‘}’ token 62 | } | ^ labirintas.cpp:71:14: error: missing template arguments before ‘x’ 71 | for(pair x:path) labMap[x.first][x.second] = '*'; | ^ labirintas.cpp:73:40: error: expected ‘)’ before ‘;’ token 73 | labMap[iki.first][iki.second] = 'f'; | ^ | ) labirintas.cpp:71:8: note: to match this ‘(’ 71 | for(pair x:path) labMap[x.first][x.second] = '*'; | ^

nr.resulttimemessage