#955
Miny
Fie N
un număr natural nenul şi N
numere naturale nenule: x
1
, x
2
,…, x
N
.
Fie P
produsul acestor N numere, P=
x
1
•x
2
•...•x
N
.
Scrieţi un program care să citească numerele N
, x
1
, x
2
,…, x
N
şi apoi să determine:
a) cifra zecilor produsului P
;
b) cel mai mic număr natural Y
, pentru care există numărul natural K
astfel încât Y
K
=P
.
Concursul National Grigore Moisil, Lugoj, 2013
Problema | Miny | Operații I/O |
miny.in /miny.out
|
---|---|---|---|
Limita timp | 0.2 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #55064797 | Utilizator | |
Fișier | miny.cpp | Dimensiune | 1.51 KB |
Data încărcării | 19 Decembrie 2024, 18:51 | Scor / rezultat | 68 puncte |
miny.cpp: In function 'void addFactors(int)': miny.cpp:34:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int it = 0; it < primes.size() && primes[it].x * primes[it].x <= val; it++){ ^ miny.cpp: In function 'int main()': miny.cpp:47:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < primes.size(); i++){ ^ miny.cpp:56:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < primes.size(); i++){ ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Corect a ! Incorect b ! | 5 | 1 | Exemplu | |
2 | 0 secunde | Corect a ! Incorect b ! | 5 | 1 | Exemplu | |
3 | 0 secunde | Corect a si b ! | 5 | 5 | ||
4 | 0 secunde | Corect a si b ! | 5 | 5 | ||
5 | 0 secunde | Corect a ! Incorect b ! | 5 | 1 | ||
6 | 0 secunde | Corect a si b ! | 5 | 5 | ||
7 | 0 secunde | Corect a ! Incorect b ! | 5 | 1 | ||
8 | 0 secunde | Corect a si b ! | 5 | 5 | ||
9 | 0 secunde | Corect a si b ! | 5 | 5 | ||
10 | 0.008 secunde | Corect a si b ! | 5 | 5 | ||
11 | 0 secunde | Corect a si b ! | 5 | 5 | ||
12 | 0 secunde | Corect a si b ! | 5 | 5 | ||
13 | 0 secunde | Corect a si b ! | 5 | 5 | ||
14 | 0 secunde | Corect a si b ! | 5 | 5 | ||
15 | 0.004 secunde | Corect a si b ! | 5 | 5 | ||
16 | 0.004 secunde | Corect a si b ! | 5 | 5 | ||
17 | 0.004 secunde | Corect a ! Incorect b ! | 5 | 1 | ||
18 | 0.004 secunde | Corect a ! Incorect b ! | 5 | 1 | ||
19 | 0.008 secunde | Corect a ! Incorect b ! | 5 | 1 | ||
20 | 0.008 secunde | Corect a ! Incorect b ! | 5 | 1 | ||
Punctaj total | 68 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Miny 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ă.