Borderou de evaluare (job #2922271)

Utilizator petru-robuRobu Petru petru-robu Data 7 septembrie 2022 17:00:43
Problema Componente tare conexe Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp:8:11: error: 'int index' redeclared as different kind of entity 8 | int N, M, index=0; | ^~~~~ In file included from /usr/include/string.h:432, from /usr/include/c++/10/cstring:42, from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:48, from main.cpp:1: /usr/include/strings.h:61:1: note: previous declaration 'const char* index(const char*, int)' 61 | index (const char *__s, int __c) __THROW | ^~~~~ main.cpp: In function 'void print()': main.cpp:27:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 27 | for(int i=0; i < Componente.size(); i++) | ~~^~~~~~~~~~~~~~~~~~~ main.cpp:29:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 29 | for(int j=0; j< Componente[i].size(); j++) | ~^~~~~~~~~~~~~~~~~~~~~~ main.cpp: In function 'void tarjan(int)': main.cpp:38:25: error: cannot resolve overloaded function 'index' based on conversion to type '__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type' {aka 'int'} 38 | idx[x] = lowlink[x] = index; | ^~~~~ main.cpp:39:8: error: no post-increment operator for type 39 | index++; | ^~ Non zero exit status: 1

Ceva nu functioneaza?