Problema | minim3 | Operații I/O |
![]() |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #57873570 | Utilizator | |
Fișier | minim3.cpp | Dimensiune | 334 B |
Data încărcării | 28 Aprilie 2025, 17:50 | Scor / rezultat | 55 puncte |
minim3.cpp: In function 'int main()': minim3.cpp:7:11: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if (a <= b <= c)cout << a; ^ minim3.cpp:8:16: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if (a <= c <= b)cout << a; ^ minim3.cpp:9:16: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if (b <= c <= a)cout << b; ^ minim3.cpp:10:16: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if (b <= a <= c)cout << b; ^ minim3.cpp:11:16: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if (c <= a <= b)cout << c; ^ minim3.cpp:12:16: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if (c <= b <= a)cout << c; ^
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 | OK. | 10 | 10 | ||
4 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
5 | 0 secunde | OK. | 10 | 10 | ||
6 | 0 secunde | OK. | 10 | 10 | ||
7 | 0 secunde | OK. | 10 | 10 | ||
8 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
10 | 0 secunde | OK. | 5 | 5 | ||
11 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
12 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
Punctaj total | 55 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema minim3 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ă.