#4115
investitie
După o lungă activitate în domeniul instalaţiilor sanitare, Dorel s-a hotărât să investească averea acumulată în acţiuni ale mai multor companii. Astfel, el dispune de o listă cu N
companii la care vrea să cumpere acţiuni, în M
zile consecutive. Fiind date Q
seturi de valori z
i
, z
f
, c
l
, c
r
, el doreşte să afle ce sumă a investit în perioada cuprinsă între zilele z
i
și z
f
(inclusiv acestea), la companiile cu numere de ordine cuprinse între c
l
și c
r
(inclusiv acestea).
Problema | investitie | Operații I/O |
investitie.in /investitie.out
|
---|---|---|---|
Limita timp | 0.6 secunde | Limita memorie |
Total: 512 MB
/
Stivă 64 MB
|
Id soluție | #38492156 | Utilizator | |
Fișier | investitie.cpp | Dimensiune | 1.81 KB |
Data încărcării | 11 Octombrie 2022, 18:42 | Scor / rezultat | 0 puncte |
investitie.cpp: In function 'int main()': investitie.cpp:43:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j=0;j<siruri[i].size();j++) ^ investitie.cpp:10:39: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("investitie.in","r",stdin); ^ investitie.cpp:11:43: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("investitie.out", "w", stdout); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 2 | 0 | ||
2 | 0.064 secunde | Raspuns gresit. | 2 | 0 | ||
3 | 0.248 secunde | Raspuns gresit. | 2 | 0 | ||
4 | 0.348 secunde | Raspuns gresit. | 2 | 0 | ||
5 | 0.432 secunde | Raspuns gresit. | 2 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 3 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 3 | 0 | ||
8 | 0 secunde | Raspuns gresit. | 3 | 0 | ||
9 | 0 secunde | Raspuns gresit. | 3 | 0 | ||
10 | 0.004 secunde | Raspuns gresit. | 4 | 0 | ||
11 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
12 | 0.128 secunde | Raspuns gresit. | 4 | 0 | ||
13 | 0.44 secunde | Raspuns gresit. | 8 | 0 | ||
14 | 0.464 secunde | Raspuns gresit. | 2 | 0 | ||
15 | 0.148 secunde | Raspuns gresit. | 2 | 0 | ||
16 | 0.192 secunde | Raspuns gresit. | 2 | 0 | ||
17 | 0.368 secunde | Raspuns gresit. | 2 | 0 | ||
18 | 0.028 secunde | Raspuns gresit. | 4 | 0 | ||
19 | 0.128 secunde | Raspuns gresit. | 4 | 0 | ||
20 | 0.2 secunde | Raspuns gresit. | 4 | 0 | ||
21 | 0.292 secunde | Raspuns gresit. | 4 | 0 | ||
22 | 0.368 secunde | Raspuns gresit. | 4 | 0 | ||
23 | 0.384 secunde | Raspuns gresit. | 4 | 0 | ||
24 | 0.092 secunde | Raspuns gresit. | 6 | 0 | ||
25 | 0.204 secunde | Raspuns gresit. | 10 | 0 | ||
26 | 0.404 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema investitie 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ă.