#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 | #53969791 | Utilizator | |
Fișier | numere8.cpp | Dimensiune | 759 B |
Data încărcării | 16 Noiembrie 2024, 11:51 | Scor / rezultat | Eroare de compilare |
numere8.cpp:17:5: error: stray '\360' in program int 😘; ^ numere8.cpp:17:5: error: stray '\237' in program numere8.cpp:17:5: error: stray '\230' in program numere8.cpp:17:5: error: stray '\230' in program numere8.cpp:18:5: error: stray '\360' in program while ( cin>>😘 ){ ^ numere8.cpp:18:5: error: stray '\237' in program numere8.cpp:18:5: error: stray '\230' in program numere8.cpp:18:5: error: stray '\230' in program numere8.cpp:19:9: error: stray '\360' in program w[😘]++; ^ numere8.cpp:19:9: error: stray '\237' in program numere8.cpp:19:9: error: stray '\230' in program numere8.cpp:19:9: error: stray '\230' in program numere8.cpp: In function 'int main()': numere8.cpp:17:5: error: declaration does not declare anything [-fpermissive] int 😘; ^ numere8.cpp:18:23: error: expected primary-expression before ')' token while ( cin>>😘 ){ ^ numere8.cpp:19:15: error: expected primary-expression before ']' token w[😘]++; ^
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ă.