#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 | #41272722 | Utilizator | |
Fișier | maxmin.cpp | Dimensiune | 362 B |
Data încărcării | 17 Ianuarie 2023, 21:15 | Scor / rezultat | 30 puncte |
maxmin.cpp: In function 'int main()': maxmin.cpp:6:9: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if(a<=b<=c) ^ maxmin.cpp:8:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if (a<=c<=b) ^ maxmin.cpp:10:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if (b<=a<=c) ^ maxmin.cpp:12:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if (b<=c<=a) ^ maxmin.cpp:14:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if (c<=b<=a) ^ maxmin.cpp:16:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if (c<=a<=b) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 10 | 0 | Exemplu | |
2 | 0 secunde | OK. | 10 | 10 | ||
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 | 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ă.