#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 | #55232238 | Utilizator | |
Fișier | distincte1.cpp | Dimensiune | 259 B |
Data încărcării | 07 Ianuarie 2025, 19:45 | Scor / rezultat | 20 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:13: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses] else if (a == b != c || a != b == c || a == c != b) ^ distincte1.cpp:11:28: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses] else if (a == b != c || a != b == c || a == c != b) ^ distincte1.cpp:11:43: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses] else if (a == b != c || a != b == c || a == c != b) ^ distincte1.cpp:15:13: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses] else if (a == b == c) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
2 | 0 secunde | OK. | 20 | 20 | ||
3 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
Punctaj total | 20 |
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ă.