#417
GradMax
Se dă lista muchiilor unui graf neorientat. Să se afișeze vârfurile de grad maxim.
Problema | GradMax | Operații I/O |
gradmax.in /gradmax.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54934471 | Utilizator | |
Fișier | gradmax.cpp | Dimensiune | 1.28 KB |
Data încărcării | 12 Decembrie 2024, 17:46 | Scor / rezultat | Eroare de compilare |
gradmax.cpp:41:1: error: expected unqualified-id before numeric constant 4060 ^ gradmax.cpp:44:13: error: redefinition of 'std::ifstream fin' ifstream fin("gradmax.in"); ^ gradmax.cpp:3:10: error: 'std::ifstream fin' previously declared here ifstream fin("gradmax.in"); ^ gradmax.cpp:45:14: error: redefinition of 'std::ofstream fout' ofstream fout("gradmax.out"); ^ gradmax.cpp:4:10: error: 'std::ofstream fout' previously declared here ofstream fout("gradmax.out"); ^ gradmax.cpp:47:15: error: redefinition of 'int a [102][102]' int a[102][102]; ^ gradmax.cpp:6:5: error: 'int a [102][102]' previously declared here int a[102][102]; ^ gradmax.cpp:48:5: error: redefinition of 'int n' int n,k,x,y,MAX=-1,g[101]; ^ gradmax.cpp:7:5: error: 'int n' previously declared here int n,k,x,y,g[101]; ^ gradmax.cpp:48:7: error: redefinition of 'int k' int n,k,x,y,MAX=-1,g[101]; ^ gradmax.cpp:7:7: error: 'int k' previously declared here int n,k,x,y,g[101]; ^ gradmax.cpp:48:9: error: redefinition of 'int x' int n,k,x,y,MAX=-1,g[101]; ^ gradmax.cpp:7:9: error: 'int x' previously declared here int n,k,x,y,g[101]; ^ gradmax.cpp:48:11: error: redefinition of 'int y' int n,k,x,y,MAX=-1,g[101]; ^ gradmax.cpp:7:11: error: 'int y' previously declared here int n,k,x,y,g[101]; ^ gradmax.cpp:48:25: error: redefinition of 'int g [101]' int n,k,x,y,MAX=-1,g[101]; ^ gradmax.cpp:7:13: error: 'int g [101]' previously declared here int n,k,x,y,g[101]; ^ gradmax.cpp: In function 'int main()': gradmax.cpp:50:5: error: redefinition of 'int main()' int main() ^ gradmax.cpp:10:5: error: 'int main()' previously defined here int main() ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema GradMax 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ă.