#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 | #51953116 | Utilizator | |
Fișier | maxmin.cpp | Dimensiune | 307 B |
Data încărcării | 12 Septembrie 2024, 09:51 | Scor / rezultat | 30 puncte |
maxmin.cpp: In function 'int main()': maxmin.cpp:9:10: warning: left operand of comma operator has no effect [-Wunused-value] if (a>b,a>c,b>c ) ^ maxmin.cpp:9:14: warning: right operand of comma operator has no effect [-Wunused-value] if (a>b,a>c,b>c ) ^ maxmin.cpp:12:17: warning: left operand of comma operator has no effect [-Wunused-value] if(a>b,a>c,c>b) ^ maxmin.cpp:12:21: warning: right operand of comma operator has no effect [-Wunused-value] if(a>b,a>c,c>b) ^ maxmin.cpp:15:18: warning: left operand of comma operator has no effect [-Wunused-value] if (b>c,b>a,a>c) ^ maxmin.cpp:15:22: warning: right operand of comma operator has no effect [-Wunused-value] if (b>c,b>a,a>c) ^ maxmin.cpp:17:16: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized] cout<<s; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 10 | 10 | Exemplu | |
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 | OK. | 10 | 10 | ||
7 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
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ă.