#293
CifreDistincte
Se dă un şir cu n
elemente, numere naturale. Să se verifice dacă toate elementele şirului au toate cifrele distincte.
Problema | CifreDistincte | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54191043 | Utilizator | |
Fișier | cifredistincte.cpp | Dimensiune | 685 B |
Data încărcării | 21 Noiembrie 2024, 18:14 | Scor / rezultat | 50 puncte |
cifredistincte.cpp: In function 'int citire(int*, int)': cifredistincte.cpp:5:12: warning: unused variable 'j' [-Wunused-variable] int i, j; ^ cifredistincte.cpp:9:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ cifredistincte.cpp: In function 'int cifre(int)': cifredistincte.cpp:12:16: warning: unused variable 'i' [-Wunused-variable] int a[10], i = 0, ok = 1; ^ cifredistincte.cpp:12:23: warning: unused variable 'ok' [-Wunused-variable] int a[10], i = 0, ok = 1; ^ cifredistincte.cpp: In function 'int main()': cifredistincte.cpp:33:13: warning: unused variable 'i' [-Wunused-variable] int n , i, k, v[101]; ^ cifredistincte.cpp:33:16: warning: unused variable 'k' [-Wunused-variable] int n , i, k, v[101]; ^
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. | 10 | 0 | ||
4 | 0 secunde | OK. | 10 | 10 | ||
5 | 0 secunde | OK. | 20 | 20 | ||
6 | 0 secunde | OK. | 10 | 10 | ||
7 | 0 secunde | OK. | 10 | 10 | ||
Punctaj total | 50 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema CifreDistincte 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ă.