#4061
LantQ
Se dă un graf neorientat cu n vârfuri și un număr natural q
. Să se determine toate lanțurile elementare formate din cel puțin o muchie, cu extremitatea finală în vârful q
.
Problema | LantQ | Operații I/O |
lantq.in /lantq.out
|
---|---|---|---|
Limita timp | 0.4 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #50685988 | Utilizator | |
Fișier | lantq.java | Dimensiune | 1.71 KB |
Data încărcării | 20 Aprilie 2024, 22:28 | Scor / rezultat | Eroare de compilare |
lantq.java:20: error: unreported exception IOException; must be caught or declared to be thrown g.write(ans[i] + " "); ^ lantq.java:21: error: unreported exception IOException; must be caught or declared to be thrown g.write('\n'); ^ lantq.java:57: error: unreported exception IOException; must be caught or declared to be thrown g.write("NU EXISTA"); ^ lantq.java:58: error: unreported exception IOException; must be caught or declared to be thrown g.close(); ^ 4 errors
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema LantQ 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ă.