#106
minim3
Să se scrie un program care determină minimul a trei numere întregi.
Problema | minim3 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #55083578 | Utilizator | |
Fișier | minim3.cpp | Dimensiune | 656 B |
Data încărcării | 21 Decembrie 2024, 14:27 | Scor / rezultat | 60 puncte |
minim3.cpp: In function 'int main()': minim3.cpp:11:26: warning: suggest parentheses around assignment used as truth value [-Wparentheses] else if(a=b=c) cout<<a<<" "<<b<<" "<<c; ^ minim3.cpp:12:36: warning: suggest parentheses around assignment used as truth value [-Wparentheses] else if(a=b && a<c) cout<<a<<" "<<b; ^ minim3.cpp:13:41: warning: suggest parentheses around assignment used as truth value [-Wparentheses] else if(a=c && a<b) cout<<a<<" "<<c; ^ minim3.cpp:14:46: warning: suggest parentheses around assignment used as truth value [-Wparentheses] else if(b=c && b<a) cout<<b<<" "<<c; ^ minim3.cpp:15:51: warning: suggest parentheses around assignment used as truth value [-Wparentheses] else if(a=b && a>c) cout<<c; ^ minim3.cpp:16:55: warning: suggest parentheses around assignment used as truth value [-Wparentheses] else if(a=c && a>b) cout<<b; ^ minim3.cpp:17:60: warning: suggest parentheses around assignment used as truth value [-Wparentheses] else if(b=c && b>a) cout<<a; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 10 | 10 | Exemplu | |
2 | 0 secunde | OK. | 10 | 10 | ||
3 | 0 secunde | OK. | 10 | 10 | ||
4 | 0 secunde | OK. | 10 | 10 | ||
5 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
8 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0 secunde | OK. | 5 | 5 | ||
10 | 0 secunde | OK. | 5 | 5 | ||
11 | 0 secunde | OK. | 5 | 5 | ||
12 | 0 secunde | OK. | 5 | 5 | ||
Punctaj total | 60 |
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ă.