#2579
Putere2Interval
Se citesc 3 numere naturale n
, a
și b
. Afișați primele n
puteri ale lui 2
, în ordine crescătoare, din intervalul [a,b]
. Dacă nu există cel puțin n
puteri ale lui 2
în interval, atunci se vor afișa cele care există.
Problema | Putere2Interval | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54290662 | Utilizator | |
Fișier | putere2interval.cpp | Dimensiune | 333 B |
Data încărcării | 24 Noiembrie 2024, 23:08 | Scor / rezultat | 0 puncte |
putere2interval.cpp: In function 'int main()': putere2interval.cpp:6:33: warning: format '%llu' expects argument of type 'long long unsigned int*', but argument 2 has type 'long unsigned int*' [-Wformat=] scanf("%llu %llu %llu",&n,&a,&b); ^ putere2interval.cpp:6:33: warning: format '%llu' expects argument of type 'long long unsigned int*', but argument 3 has type 'long unsigned int*' [-Wformat=] putere2interval.cpp:6:33: warning: format '%llu' expects argument of type 'long long unsigned int*', but argument 4 has type 'long unsigned int*' [-Wformat=] putere2interval.cpp:20:23: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] printf("%llu ",i); ^ putere2interval.cpp:5:26: warning: unused variable 'p' [-Wunused-variable] unsigned long int n,a,b,p,i,k; ^ putere2interval.cpp:6:34: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%llu %llu %llu",&n,&a,&b); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 20 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
5 | Depășit | Limita de timp depășită | 20 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Putere2Interval 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ă.