#4357
Oxford
Premierul Marii Britanii, Rishi Sunak, a decis să reorganizeze structura administrativă a comitatului Oxfordshire. În Oxfordshire sunt prezente N
orașe numerotate de la 1
la N
, conectate prin M
autostrăzi (drumuri unidirecționale ce conectează două orașe). Rishi a hotărât ca toate orașele cu proprietatea că cetățenii tuturor celorlalte orașe pot ajunge în ele prin intermediul autostrăzilor să devină reședințe. Deoarece numărul de orașe și autostrăzi din Oxfordshire este foarte mare, Rishi vă cere ajutorul în rezolvarea a două probleme cheie.
1. Care sunt indicii orașelor reședință din Oxfordshire.
2. Care este distanța minimă de la fiecare oraș până la cea mai apropiată reședință de acel oraș.
Info-Oltenia 2023, individual 11-12
Problema | Oxford | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.5 secunde | Limita memorie |
Total: 128 MB
/
Stivă 64 MB
|
Id soluție | #42554892 | Utilizator | |
Fișier | oxford.cpp | Dimensiune | 2.63 KB |
Data încărcării | 10 Martie 2023, 00:15 | Scor / rezultat | 0 puncte |
oxford.cpp: In function 'void dfs1(int)': oxford.cpp:25:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < adj[node].size(); ++i) ^ oxford.cpp: In function 'void dfs2(int)': oxford.cpp:41:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < rev_adj[node].size(); ++i) ^ oxford.cpp: In function 'int main()': oxford.cpp:89:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0; j < cmp[i].size(); ++j) ^ oxford.cpp:92:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (l = 0; l < adj[nod].size(); ++l) ^ oxford.cpp:102:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (l = 0; l < rev_adj[nod].size(); ++l) ^ oxford.cpp:120:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < cmp[cnt].size(); ++i) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
4 | 0.004 secunde | Raspuns gresit. | 5 | 0 | ||
5 | 0.004 secunde | Raspuns gresit. | 5 | 0 | ||
6 | 0.048 secunde | Raspuns gresit. | 5 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
8 | 0.048 secunde | Raspuns gresit. | 5 | 0 | ||
9 | 0.004 secunde | Raspuns gresit. | 6 | 0 | ||
10 | 0.068 secunde | Raspuns gresit. | 6 | 0 | ||
11 | 0.076 secunde | Raspuns gresit. | 6 | 0 | ||
12 | 0.036 secunde | Raspuns gresit. | 6 | 0 | ||
13 | 0.04 secunde | Raspuns gresit. | 6 | 0 | ||
14 | 0.036 secunde | Raspuns gresit. | 6 | 0 | ||
15 | 0.072 secunde | Raspuns gresit. | 6 | 0 | ||
16 | 0.02 secunde | Raspuns gresit. | 6 | 0 | ||
17 | 0.06 secunde | Raspuns gresit. | 6 | 0 | ||
18 | 0 secunde | Raspuns gresit. | 6 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Oxford 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ă.