#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 | #53531380 | Utilizator | |
Fișier | maxmin.cpp | Dimensiune | 251 B |
Data încărcării | 04 Noiembrie 2024, 13:39 | Scor / rezultat | 30 puncte |
maxmin.cpp: In function 'int main()': maxmin.cpp:6:7: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if (a>b>c) d=a-c; ^ maxmin.cpp:7:11: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if(a>c>b) d=a-b; ^ maxmin.cpp:8:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if(b>a>c) d=b-c; ^ maxmin.cpp:9:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if(b>c>a) d=b-a; ^ maxmin.cpp:10:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if(c>a>b) d=c-a; ^
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ă.