#583
Tare conexitate
Se dă un graf orientat cu n
noduri. Să se determine câte componente tare conexe are graful dat.
Problema | Tare conexitate | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #43915973 | Utilizator | |
Fișier | tare_conexitate.cpp | Dimensiune | 897 B |
Data încărcării | 26 Mai 2023, 21:23 | Scor / rezultat | Eroare de compilare |
tare_conexitate.cpp:7:5: error: 'int time' redeclared as different kind of symbol int time; ^ In file included from /usr/include/pthread.h:24:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/gthr-default.h:35, from /usr/include/i386-linux-gnu/c++/4.8/bits/gthr.h:148, from /usr/include/c++/4.8/ext/atomicity.h:35, from /usr/include/c++/4.8/bits/ios_base.h:39, from /usr/include/c++/4.8/ios:42, from /usr/include/c++/4.8/ostream:38, from /usr/include/c++/4.8/iostream:39, from tare_conexitate.cpp:1: /usr/include/time.h:192:15: error: previous declaration of 'time_t time(time_t*)' extern time_t time (time_t *__timer) __THROW; ^ tare_conexitate.cpp: In function 'void dfs2(int)': tare_conexitate.cpp:18:13: error: invalid conversion from 'time_t (*)(time_t*)throw () {aka long int (*)(long int*)throw ()}' to 'int' [-fpermissive] cc[node]=time; ^ tare_conexitate.cpp: In function 'int main()': tare_conexitate.cpp:39:9: error: assignment of function 'time_t time(time_t*)' time=0; ^ tare_conexitate.cpp:39:9: error: cannot convert 'int' to 'time_t(time_t*)throw () {aka long int(long int*)throw ()}' in assignment tare_conexitate.cpp:44:17: error: ISO C++ forbids incrementing a pointer of type 'time_t (*)(time_t*)throw () {aka long int (*)(long int*)throw ()}' [-fpermissive] time++; ^ tare_conexitate.cpp:44:17: error: lvalue required as increment operand tare_conexitate.cpp:51:11: warning: the address of 'time_t time(time_t*)' will always evaluate as 'true' [-Waddress] cout<<time; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Tare conexitate face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.