Borderou de evaluare (job #1790384)

Utilizator TherevengerkingSurani Adrian Therevengerking Data 28 octombrie 2016 09:51:01
Problema Alee Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:4:16: error: scalar object ‘dx’ requires one element in initializer int dx{-1,0,1,0}; ^ user.cpp:5:16: error: scalar object ‘dy’ requires one element in initializer int dy{0,1,0,-1}; ^ user.cpp:6:7: error: ‘INF’ does not name a type const INF=0x3f3f3f3f; ^ user.cpp:7:1: error: ‘queue’ does not name a type queue < pair<int,int> >Q; ^ user.cpp: In function ‘int main()’: user.cpp:12:5: error: ‘fin’ was not declared in this scope fin>>n>>m; ^ user.cpp:14:13: error: ‘j’ was not declared in this scope for(j=1;j<=n;j++) ^ user.cpp:15:21: error: ‘INF’ was not declared in this scope D[i][j]=INF; ^ user.cpp:21:5: error: ‘Q’ was not declared in this scope Q[i].first=0; ^ user.cpp:23:19: error: expected ‘)’ before ‘;’ token while(!Q.empty;Q.pop()) ^ user.cpp:23:27: error: expected ‘;’ before ‘)’ token while(!Q.empty;Q.pop()) ^

Ceva nu functioneaza?