#2004
ore
Se consideră două evenimente a căror durată este exprimată fiecare prin câte trei numere naturale: ore (h
), minute (m
) şi secunde (s
). Să se scrie în fișierul de ieșire: a) pe primele două linii, duratele în formatul h: m: s
; b) pe următoarele două linii, duratele exprimate în secunde, corespunzătoare fiecărui eveniment, pe rânduri separate; c) pe următoarea linie suma obţinută din adunarea duratelor celor două evenimente, exprimată în ore, minute, secunde, în formatul h: m: s
.
Subiecte Atestat Informatica - Bucuresti
Problema | ore | Operații I/O |
ore.in /ore.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54174667 | Utilizator | |
Fișier | ore.cpp | Dimensiune | 897 B |
Data încărcării | 21 Noiembrie 2024, 12:16 | Scor / rezultat | 100 puncte |
ore.cpp: In function 'int main()': ore.cpp:13:14: warning: unused variable 'n' [-Wunused-variable] int i,jm,n; ^ ore.cpp:25:12: warning: array subscript is above array bounds [-Warray-bounds] v[3].s=v[1].s+v[2].s; ^ ore.cpp:28:16: warning: array subscript is above array bounds [-Warray-bounds] v[3].s=v[3].s-60; ^ ore.cpp:29:16: warning: array subscript is above array bounds [-Warray-bounds] v[3].m=1; ^ ore.cpp:31:12: warning: array subscript is above array bounds [-Warray-bounds] v[3].h=0; ^ ore.cpp:32:19: warning: array subscript is above array bounds [-Warray-bounds] v[3].m=v[3].m+(v[1].m+v[2].m); ^ ore.cpp:32:12: warning: array subscript is above array bounds [-Warray-bounds] v[3].m=v[3].m+(v[1].m+v[2].m); ^ ore.cpp:35:16: warning: array subscript is above array bounds [-Warray-bounds] v[3].m=v[3].m-60; ^ ore.cpp:36:16: warning: array subscript is above array bounds [-Warray-bounds] v[3].h=1; ^ ore.cpp:38:19: warning: array subscript is above array bounds [-Warray-bounds] v[3].h=v[3].h+(v[1].h+v[2].h); ^ ore.cpp:38:12: warning: array subscript is above array bounds [-Warray-bounds] v[3].h=v[3].h+(v[1].h+v[2].h); ^ ore.cpp:39:47: warning: array subscript is above array bounds [-Warray-bounds] fcout<<v[3].h<<": "<<v[3].m<<": "<<v[3].s; ^ ore.cpp:39:33: warning: array subscript is above array bounds [-Warray-bounds] fcout<<v[3].h<<": "<<v[3].m<<": "<<v[3].s; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 20 | 20 | Exemplu | |
2 | 0 secunde | OK. | 40 | 40 | ||
3 | 0 secunde | OK. | 40 | 40 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ore 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ă.