Borderou de evaluare (job #2940395)

Utilizator tmi26Teodor Stupariu tmi26 Data 15 noiembrie 2022 14:33:14
Problema Barbar Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp:9:1: error: 'deque' does not name a type 9 | deque <pair<int,int>> d; | ^~~~~ main.cpp: In function 'void mubfs()': main.cpp:12:11: error: 'd' was not declared in this scope 12 | while(d.size()) | ^ main.cpp:15:9: error: 'tie' was not declared in this scope 15 | tie(i,j)=d.back(); | ^~~ main.cpp:2:1: note: 'std::tie' is defined in header '<tuple>'; did you forget to '#include <tuple>'? 1 | #include <iostream> +++ |+#include <tuple> 2 | main.cpp: In function 'int main()': main.cpp:28:5: error: 'fin' was not declared in this scope; did you mean 'din'? 28 | fin>>n>>m; | ^~~ | din main.cpp:37:13: error: 'd' was not declared in this scope 37 | d.push_back((i-1)*m+j); | ^ Non zero exit status: 1

Ceva nu functioneaza?