#430
Izolate
Se dă lista muchiilor unui graf neorientat. Să se afișeze vârfurile izolate ale grafului.
Problema | Izolate | Operații I/O |
izolate.in /izolate.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54173539 | Utilizator | |
Fișier | izolate.cpp | Dimensiune | 572 B |
Data încărcării | 21 Noiembrie 2024, 11:53 | Scor / rezultat | Eroare de compilare |
izolate.cpp: In function 'int main()': izolate.cpp:18:14: error: expected ';' before '-' token for(int j-1;j<=n;j++) ^ izolate.cpp:18:18: warning: for increment expression has no effect [-Wunused-value] for(int j-1;j<=n;j++) ^ izolate.cpp:18:21: error: expected ')' before ';' token for(int j-1;j<=n;j++) ^ izolate.cpp:18:22: error: 'j' was not declared in this scope for(int j-1;j<=n;j++) ^ izolate.cpp:18:25: error: expected ';' before ')' token for(int j-1;j<=n;j++) ^ izolate.cpp:28:14: error: expected ';' before '==' token for(int j==1;j<=n;j++) ^ izolate.cpp:28:14: error: expected primary-expression before '==' token izolate.cpp:28:19: warning: for increment expression has no effect [-Wunused-value] for(int j==1;j<=n;j++) ^ izolate.cpp:28:22: error: expected ')' before ';' token for(int j==1;j<=n;j++) ^ izolate.cpp:28:23: error: 'j' was not declared in this scope for(int j==1;j<=n;j++) ^ izolate.cpp:28:26: error: expected ';' before ')' token for(int j==1;j<=n;j++) ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Izolate 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ă.