Borderou de evaluare (job #3334136)
| Utilizator | Data | 16 ianuarie 2026 13:14:32 | |
|---|---|---|---|
| Problema | Delfin | Status | done |
| Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
| Scor | 0 | ||
Raport evaluator
Eroare de compilare:
main.cpp:29:29: error: empty character constant
29 | if(a[i][j]==''){
| ^~
main.cpp:34:29: error: empty character constant
34 | if(a[i][j]==''){
| ^~
main.cpp:39:29: error: empty character constant
39 | if(a[i][j]==''){
| ^~
main.cpp: In function 'int main()':
main.cpp:56:17: error: 'inside' was not declared in this scope; did you mean 'inline'?
56 | if(!inside(nx,ny) || a[nx][ny]!='~') continue;
| ^~~~~~
| inline
main.cpp:67:17: error: incompatible types in assignment of 'int' to 'int [2]'
67 | dist[sx][sy]=0;
| ~~~~~~~~~~~~^~
main.cpp:71:27: error: unable to deduce 'auto' from 'q.std::queue<std::tuple<int, int, int> >::front'
71 | auto [x,y,mode]=q.front;
| ^~~~~
main.cpp:71:27: note: couldn't deduce template parameter 'auto'
main.cpp:83:21: error: 'inside' was not declared in this scope; did you mean 'inline'?
83 | if(!inside(nx,ny) || a[nx][ny]!='.') continue;
| ^~~~~~
| inline
main.cpp:90:31: error: invalid types 'int[int]' for array subscript
90 | if(dpP[nx][ny][0]==-1 && dpP[nx][ny]<=t+1)
| ^
main.cpp:91:13: error: expected primary-expression before '}' token
91 | }
| ^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
