#272
Se dă un şir cu n elemente, numere naturale nenule cu cel mult 4 cifre fiecare. Afişaţi, în ordine crescătoare, valorile pare din şir. Dacă şirul nu conţine nici o valoare pară, se va afişa mesajul nu exista.
Variante Bacalaureat 2009
| Problema | PareSort | Operații I/O |
paresort.in/paresort.out
|
|---|---|---|---|
| Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
| Id soluție | #64471018 | Utilizator | |
| Fișier | paresort.cpp | Dimensiune | 17.56 KB |
| Data încărcării | 08 Mai 2026, 19:21 | Scor/rezultat | Eroare de compilare |
paresort.cpp:36:10: error: redefinition of ‘std::ifstream fin’ 36 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:37:10: error: redefinition of ‘std::ofstream fout’ 37 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:38:5: error: redefinition of ‘int main()’ 38 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:67:10: error: redefinition of ‘std::ifstream fin’ 67 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:68:10: error: redefinition of ‘std::ofstream fout’ 68 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:69:5: error: redefinition of ‘int main()’ 69 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:98:10: error: redefinition of ‘std::ifstream fin’ 98 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:99:10: error: redefinition of ‘std::ofstream fout’ 99 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:100:5: error: redefinition of ‘int main()’ 100 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:129:10: error: redefinition of ‘std::ifstream fin’ 129 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:130:10: error: redefinition of ‘std::ofstream fout’ 130 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:131:5: error: redefinition of ‘int main()’ 131 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:160:10: error: redefinition of ‘std::ifstream fin’ 160 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:161:10: error: redefinition of ‘std::ofstream fout’ 161 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:162:5: error: redefinition of ‘int main()’ 162 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:191:10: error: redefinition of ‘std::ifstream fin’ 191 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:192:10: error: redefinition of ‘std::ofstream fout’ 192 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:193:5: error: redefinition of ‘int main()’ 193 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:222:10: error: redefinition of ‘std::ifstream fin’ 222 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:223:10: error: redefinition of ‘std::ofstream fout’ 223 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:224:5: error: redefinition of ‘int main()’ 224 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:253:10: error: redefinition of ‘std::ifstream fin’ 253 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:254:10: error: redefinition of ‘std::ofstream fout’ 254 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:255:5: error: redefinition of ‘int main()’ 255 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:284:10: error: redefinition of ‘std::ifstream fin’ 284 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:285:10: error: redefinition of ‘std::ofstream fout’ 285 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:286:5: error: redefinition of ‘int main()’ 286 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:315:10: error: redefinition of ‘std::ifstream fin’ 315 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:316:10: error: redefinition of ‘std::ofstream fout’ 316 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:317:5: error: redefinition of ‘int main()’ 317 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:346:10: error: redefinition of ‘std::ifstream fin’ 346 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:347:10: error: redefinition of ‘std::ofstream fout’ 347 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:348:5: error: redefinition of ‘int main()’ 348 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:377:10: error: redefinition of ‘std::ifstream fin’ 377 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:378:10: error: redefinition of ‘std::ofstream fout’ 378 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:379:5: error: redefinition of ‘int main()’ 379 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:408:10: error: redefinition of ‘std::ifstream fin’ 408 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:409:10: error: redefinition of ‘std::ofstream fout’ 409 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:410:5: error: redefinition of ‘int main()’ 410 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:439:10: error: redefinition of ‘std::ifstream fin’ 439 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:440:10: error: redefinition of ‘std::ofstream fout’ 440 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:441:5: error: redefinition of ‘int main()’ 441 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:470:10: error: redefinition of ‘std::ifstream fin’ 470 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:471:10: error: redefinition of ‘std::ofstream fout’ 471 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:472:5: error: redefinition of ‘int main()’ 472 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:501:10: error: redefinition of ‘std::ifstream fin’ 501 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:502:10: error: redefinition of ‘std::ofstream fout’ 502 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:503:5: error: redefinition of ‘int main()’ 503 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:532:10: error: redefinition of ‘std::ifstream fin’ 532 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:533:10: error: redefinition of ‘std::ofstream fout’ 533 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:534:5: error: redefinition of ‘int main()’ 534 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:563:10: error: redefinition of ‘std::ifstream fin’ 563 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:564:10: error: redefinition of ‘std::ofstream fout’ 564 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:565:5: error: redefinition of ‘int main()’ 565 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:594:10: error: redefinition of ‘std::ifstream fin’ 594 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:595:10: error: redefinition of ‘std::ofstream fout’ 595 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:596:5: error: redefinition of ‘int main()’ 596 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:625:10: error: redefinition of ‘std::ifstream fin’ 625 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:626:10: error: redefinition of ‘std::ofstream fout’ 626 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:627:5: error: redefinition of ‘int main()’ 627 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:656:10: error: redefinition of ‘std::ifstream fin’ 656 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:657:10: error: redefinition of ‘std::ofstream fout’ 657 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:658:5: error: redefinition of ‘int main()’ 658 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:687:10: error: redefinition of ‘std::ifstream fin’ 687 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:688:10: error: redefinition of ‘std::ofstream fout’ 688 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:689:5: error: redefinition of ‘int main()’ 689 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:718:10: error: redefinition of ‘std::ifstream fin’ 718 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:719:10: error: redefinition of ‘std::ofstream fout’ 719 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:720:5: error: redefinition of ‘int main()’ 720 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:749:10: error: redefinition of ‘std::ifstream fin’ 749 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:750:10: error: redefinition of ‘std::ofstream fout’ 750 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:751:5: error: redefinition of ‘int main()’ 751 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:780:10: error: redefinition of ‘std::ifstream fin’ 780 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:781:10: error: redefinition of ‘std::ofstream fout’ 781 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:782:5: error: redefinition of ‘int main()’ 782 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:811:10: error: redefinition of ‘std::ifstream fin’ 811 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:812:10: error: redefinition of ‘std::ofstream fout’ 812 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:813:5: error: redefinition of ‘int main()’ 813 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:842:10: error: redefinition of ‘std::ifstream fin’ 842 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:843:10: error: redefinition of ‘std::ofstream fout’ 843 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:844:5: error: redefinition of ‘int main()’ 844 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:873:10: error: redefinition of ‘std::ifstream fin’ 873 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:874:10: error: redefinition of ‘std::ofstream fout’ 874 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:875:5: error: redefinition of ‘int main()’ 875 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:904:10: error: redefinition of ‘std::ifstream fin’ 904 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:905:10: error: redefinition of ‘std::ofstream fout’ 905 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:906:5: error: redefinition of ‘int main()’ 906 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:935:10: error: redefinition of ‘std::ifstream fin’ 935 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:936:10: error: redefinition of ‘std::ofstream fout’ 936 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:937:5: error: redefinition of ‘int main()’ 937 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:966:10: error: redefinition of ‘std::ifstream fin’ 966 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:967:10: error: redefinition of ‘std::ofstream fout’ 967 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:968:5: error: redefinition of ‘int main()’ 968 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~ paresort.cpp:997:10: error: redefinition of ‘std::ifstream fin’ 997 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:5:10: note: ‘std::ifstream fin’ previously declared here 5 | ifstream fin("paresort.in"); | ^~~ paresort.cpp:998:10: error: redefinition of ‘std::ofstream fout’ 998 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:6:10: note: ‘std::ofstream fout’ previously declared here 6 | ofstream fout("paresort.out"); | ^~~~ paresort.cpp:999:5: error: redefinition of ‘int main()’ 999 | int main() | ^~~~ paresort.cpp:7:5: note: ‘int main()’ previously defined here 7 | int main() | ^~~~
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema PareSort 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ă.