#2824
Numere25
Se dă un număr natural n
și un șir de numere naturale din intervalul [1,n]
ordonate crescător. Să se afișeze în ordine strict crescătoare toate numerele din intervalul [1,n]
care nu se găsesc în șirul dat.
Subiect Bacalaureat 2016, sesiunea iunie-iulie, enunț modificat
Problema | Numere25 | Operații I/O |
numere25.in /numere25.out
|
---|---|---|---|
Limita timp | 2.5 secunde | Limita memorie |
Total: 2 MB
/
Stivă 2 MB
|
Id soluție | #53790224 | Utilizator | |
Fișier | numere25.cpp | Dimensiune | 379 B |
Data încărcării | 11 Noiembrie 2024, 20:16 | Scor / rezultat | Eroare de compilare |
numere25.cpp:5:15: warning: missing terminating " character [enabled by default] ofstream fout("numere25.out); ^ numere25.cpp:5:1: error: missing terminating " character ofstream fout("numere25.out); ^ numere25.cpp:6:11: error: expected ')' before '{' token int main(){ ^ numere25.cpp: In function 'std::ofstream fout(int (*)())': numere25.cpp:11:11: error: invalid operands of types 'std::ofstream(int (*)()) {aka std::basic_ofstream<char>(int (*)())}' and 'int' to binary 'operator<<' fout<<i<<" "; ^ numere25.cpp:18:11: error: invalid operands of types 'std::ofstream(int (*)()) {aka std::basic_ofstream<char>(int (*)())}' and 'int' to binary 'operator<<' fout<<i<<" "; ^ numere25.cpp:20:15: error: invalid operands of types 'std::ofstream(int (*)()) {aka std::basic_ofstream<char>(int (*)())}' and 'const char [10]' to binary 'operator<<' if(!ok) fout<<"Nu exista"; ^ numere25.cpp:21:9: error: could not convert '0' from 'int' to 'std::ofstream {aka std::basic_ofstream<char>}' return 0; ^ numere25.cpp:7:7: warning: unused variable 'min1' [-Wunused-variable] int x,min1=INT_MIN,max1=INT_MAX,ok=0,n,t=0; ^ numere25.cpp:7:20: warning: unused variable 'max1' [-Wunused-variable] int x,min1=INT_MIN,max1=INT_MAX,ok=0,n,t=0; ^ numere25.cpp:22:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Numere25 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ă.