Labirintas
- [1] 2026-01-17 13:56 (0)
- [2] 2026-01-17 13:57 (0)
- [3] 2026-01-17 14:01 (0)
- [4] 2026-01-17 14:02 (0)
- [5] 2026-01-17 14:02 (100)
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. | result | time | message |
|---|
