#453
distincte1
Se citesc de la tastatură trei numere naturale. Să se determine numărul de valori distincte.
Problema | distincte1 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #55232216 | Utilizator | |
Fișier | distincte1.cpp | Dimensiune | 249 B |
Data încărcării | 07 Ianuarie 2025, 19:44 | Scor / rezultat | 0 puncte |
distincte1.cpp: In function 'int main()': distincte1.cpp:7:8: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses] if (a != b != c) ^ distincte1.cpp:11:8: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses] if (a == b != c || a != b == c || a == c != b) ^ distincte1.cpp:11:23: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses] if (a == b != c || a != b == c || a == c != b) ^ distincte1.cpp:11:38: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses] if (a == b != c || a != b == c || a == c != b) ^ distincte1.cpp:15:8: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses] if (a == b == c) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
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 distincte1 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ă.