#1005
Numere8
Se dă o listă cu numere naturale. Să se determine numerele naturale nenule cu cel mult patru cifre care nu apar în lista dată.
Problema | Numere8 | Operații I/O |
numere8.in /numere8.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #52523116 | Utilizator | |
Fișier | numere8.cpp | Dimensiune | 286 B |
Data încărcării | 02 Octombrie 2024, 12:50 | Scor / rezultat | Eroare de compilare |
numere8.cpp: In function 'int main()': numere8.cpp:6:17: error: variable 'std::ifstream fin' has initializer but incomplete type { ifstream fin ("n8_1005.in"); ^ numere8.cpp:7:17: error: variable 'std::ofstream fout' has initializer but incomplete type ofstream fout ("n8_1005.out") ^ numere8.cpp:8:3: error: expected ',' or ';' before 'int' int v[10000]={0},n,x,i; ^ numere8.cpp:8:19: error: expected primary-expression before ',' token int v[10000]={0},n,x,i; ^ numere8.cpp:8:20: error: 'n' was not declared in this scope int v[10000]={0},n,x,i; ^ numere8.cpp:8:22: error: 'x' was not declared in this scope int v[10000]={0},n,x,i; ^ numere8.cpp:8:24: error: 'i' was not declared in this scope int v[10000]={0},n,x,i; ^ numere8.cpp:11:13: error: 'v' was not declared in this scope v[x]=1; ^ numere8.cpp:13:8: error: 'v' was not declared in this scope if(v[i]==0) ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Numere8 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ă.