#9
maxmin
Să se scrie un program care citeşte de la tastatură trei numere naturale și determină diferenţa dintre cel mai mare şi cel mai mic.
Problema | maxmin | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53263789 | Utilizator | |
Fișier | maxmin.cpp | Dimensiune | 403 B |
Data încărcării | 22 Octombrie 2024, 19:28 | Scor / rezultat | 30 puncte |
maxmin.cpp: In function 'int main()': maxmin.cpp:10:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (max=a) (min=b); ^ maxmin.cpp:12:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (max=a) (min=c); ^ maxmin.cpp:14:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (max=b) (min=a); ^ maxmin.cpp:16:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (max=b) (min=c); ^ maxmin.cpp:18:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (max=c) (min=a); ^ maxmin.cpp:20:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (max=c) (min=b); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 10 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0 secunde | OK. | 10 | 10 | ||
5 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0 secunde | OK. | 10 | 10 | ||
8 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
10 | 0 secunde | OK. | 10 | 10 | ||
Punctaj total | 30 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema maxmin 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ă.