Borderou de evaluare (job #2474922)
Utilizator | Data | 15 octombrie 2019 22:58:33 | |
---|---|---|---|
Problema | Plimbare3 | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void dp_dfs(int, int)':
main.cpp:33:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < g[x].size (); i++) {
~~^~~~~~~~~~~~~~
main.cpp: In function 'void dfs(int, int, int, int)':
main.cpp:71:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < g[x].size (); i++) {
~~^~~~~~~~~~~~~~
main.cpp:75:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (i != g[x].size () - 1) {
~~^~~~~~~~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:113:15: error: no match for call to '(std::ifstream {aka std::basic_ifstream<char>}) (int&)'
fout (ans[i]);
^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !