#4318
Cifre20
Se dă un șir cu n
elemente, numere naturale. Să se determine câte elemente ale șirului au număr impar de cifre.
Problema | Cifre20 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #48365814 | Utilizator | |
Fișier | cifre20.cpp | Dimensiune | 429 B |
Data încărcării | 23 Ianuarie 2024, 11:20 | Scor / rezultat | 0 puncte |
cifre20.cpp: In function 'int main()': cifre20.cpp:10:11: warning: statement has no effect [-Wunused-value] for (i>=n;i<=100;i++) ^ cifre20.cpp:11:13: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] { if(0<=cif<=9) ^ cifre20.cpp:13:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if(100<=cif<=999) ^ cifre20.cpp:15:17: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if(10000<=cif<=99999) ^ cifre20.cpp:17:19: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if(1000000<=cif<=9999999) ^ cifre20.cpp:19:21: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if(100000000<=cif<=999999999) ^ cifre20.cpp:7:21: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized] int n,cif,nrimp,i; ^ cifre20.cpp:7:15: warning: 'nrimp' may be used uninitialized in this function [-Wmaybe-uninitialized] int n,cif,nrimp,i; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 20 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Cifre20 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ă.