#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 | #1362395 | Utilizator | |
Fișier | maxmin.c | Dimensiune | 342 B |
Data încărcării | 07 Decembrie 2015, 02:08 | Scor / rezultat | 0 puncte |
maxmin.c: In function 'main': maxmin.c:9:14: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] scanf("%d",&a[i]); ^ maxmin.c:23:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Exited with error status 1 | 10 | 0 | Exemplu | |
2 | 0 secunde | Exited with error status 4 | 10 | 0 | ||
3 | 0 secunde | Exited with error status 4 | 10 | 0 | ||
4 | 0 secunde | Exited with error status 4 | 10 | 0 | ||
5 | 0 secunde | Exited with error status 8 | 10 | 0 | ||
6 | 0 secunde | Exited with error status 8 | 10 | 0 | ||
7 | 0 secunde | Exited with error status 8 | 10 | 0 | ||
8 | 0 secunde | Exited with error status 8 | 10 | 0 | ||
9 | 0 secunde | Exited with error status 8 | 10 | 0 | ||
10 | 0 secunde | Exited with error status 8 | 10 | 0 | ||
Punctaj total | 0 |
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ă.