#437
Conex
Se dă lista muchiilor unui graf neorientat. Să se verifice dacă graful este sau nu conex.
Problema | Conex | Operații I/O |
conex.in /conex.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53191926 | Utilizator | |
Fișier | conex.cpp | Dimensiune | 703 B |
Data încărcării | 20 Octombrie 2024, 21:28 | Scor / rezultat | Eroare de compilare |
conex.cpp:7:1: error: expected ')' before '{' token { ^ conex.cpp: In function 'int bfs(int)': conex.cpp:9:8: error: 'v' was not declared in this scope v[start]=1; ^ conex.cpp:20:22: error: expected ';' before ':' token } return dr: ^ conex.cpp:20:22: error: expected primary-expression before ':' token conex.cpp:20:22: error: expected ';' before ':' token conex.cpp: In function 'int main()': conex.cpp:24:12: error: expected unqualified-id before numeric constant int i,j,1=0; fin>>n; ^ conex.cpp:29:13: error: expected ';' before ':' token bfs (1): ^ conex.cpp:30:21: warning: statement has no effect [-Wunused-value] for (int i=1;i<=n; i++) ^ conex.cpp:30:29: error: expected ';' before ')' token for (int i=1;i<=n; i++) ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Conex 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ă.