#1833
nconsecutive
Să se determine cel mai mic număr natural care poate fi descompus ca sumă de două sau mai multe numere naturale consecutive în exact N
moduri şi care sunt acele moduri.
Concursul de Informatica Spiru Hare, Tg. Jiu, ed. I
Problema | nconsecutive | Operații I/O |
consecutive.in /consecutive.out
|
---|---|---|---|
Limita timp | 1 secunde | Limita memorie |
Total: 16 MB
/
Stivă 8 MB
|
Id soluție | #36147071 | Utilizator | |
Fișier | nconsecutive.cpp | Dimensiune | 1.07 KB |
Data încărcării | 06 Aprilie 2022, 19:42 | Scor / rezultat | 100 puncte |
nconsecutive.cpp: In function 'int main()': nconsecutive.cpp:15:15: warning: unused variable 'i' [-Wunused-variable] long long i,k,a,s,N,x; ^ nconsecutive.cpp:17:10: warning: variable 'ok' set but not used [-Wunused-but-set-variable] int ok=1; ^ nconsecutive.cpp:36:9: warning: unused variable 'maxi' [-Wunused-variable] int maxi=0; ^ nconsecutive.cpp:47:9: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized] if(s==x) g<<k<<'\n'; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0.044 secunde | OK. | 5 | 5 | Exemplu | |
2 | 0.048 secunde | OK. | 5 | 5 | ||
3 | 0.044 secunde | OK. | 5 | 5 | ||
4 | 0.048 secunde | OK. | 5 | 5 | ||
5 | 0.048 secunde | OK. | 5 | 5 | ||
6 | 0.044 secunde | OK. | 5 | 5 | ||
7 | 0.048 secunde | OK. | 5 | 5 | ||
8 | 0.048 secunde | OK. | 5 | 5 | ||
9 | 0.044 secunde | OK. | 5 | 5 | ||
10 | 0.048 secunde | OK. | 5 | 5 | ||
11 | 0.044 secunde | OK. | 5 | 5 | ||
12 | 0.048 secunde | OK. | 5 | 5 | ||
13 | 0.044 secunde | OK. | 5 | 5 | ||
14 | 0.048 secunde | OK. | 5 | 5 | ||
15 | 0.044 secunde | OK. | 5 | 5 | ||
16 | 0.048 secunde | OK. | 5 | 5 | ||
17 | 0.044 secunde | OK. | 5 | 5 | ||
18 | 0.048 secunde | OK. | 5 | 5 | ||
19 | 0.048 secunde | OK. | 5 | 5 | ||
20 | 0.048 secunde | OK. | 5 | 5 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema nconsecutive 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ă.