#448
ciford
Se citește de la tastatură un număr natural de 3
cifre. Să se afișeze cifrele sale în ordine crescătoare.
Problema | ciford | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #40684432 | Utilizator | |
Fișier | ciford.cpp | Dimensiune | 841 B |
Data încărcării | 16 Decembrie 2022, 09:09 | Scor / rezultat | 0 puncte |
ciford.cpp: In function 'int main()': ciford.cpp:18:9: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if(u>z & u>s) nr=u; ^ ciford.cpp:19:14: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] else if(z>s & z>u) nr=z; ^ ciford.cpp:20:14: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] else if(s>z & s>u) nr=s; ^ ciford.cpp:21:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if(u1>z1 & u1>s1) nr=nr+u1*10; ^ ciford.cpp:22:15: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] else if(z1>s1 & z1>u1) nr=nr+z1*10; ^ ciford.cpp:23:15: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] else if(s1>z1 & s1>u1) nr=nr+s1*10; ^ ciford.cpp:24:9: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if(u<z & u<s) nr1=u; ^ ciford.cpp:25:14: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] else if(z<u & z<s) nr1=z; ^ ciford.cpp:26:14: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] else if(s<u & s<z) nr1=s; ^ ciford.cpp:27:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if(u1<z1 & u1<s1) nr1=nr1+u1*10; ^ ciford.cpp:28:15: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] else if(z1<u1 & z1<s1) nr1=nr1+z1*10; ^ ciford.cpp:29:15: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] else if(s1<u1 & s1<z1) nr1=nr1+s1*10; ^ ciford.cpp:30:9: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if(u==z & z==s){ ^ ciford.cpp:34:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if(u1==z1 & z1==s1){ ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
8 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
10 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ciford 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ă.