#982
puteri1
Fiind date n
numere naturale, aflați câte dintre acestea se pot scrie ca sumă de puteri distincte ale unui număr natural k
.
Problema | puteri1 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.2 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54806730 | Utilizator | |
Fișier | puteri1.c | Dimensiune | 801 B |
Data încărcării | 09 Decembrie 2024, 11:39 | Scor / rezultat | 0 puncte |
puteri1.c: In function 'main': puteri1.c:7:5: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=] scanf("%d %d", &n, &k); ^ puteri1.c:7:5: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long long int *' [-Wformat=] puteri1.c:10:9: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=] scanf("%d",&nr); ^ puteri1.c:40:5: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d", gasit); ^ puteri1.c:6:24: warning: unused variable 'c1' [-Wunused-variable] long long n,i,k,nr,c1,p=1,gasit=0,anterior; ^ puteri1.c:7:10: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] scanf("%d %d", &n, &k); ^ puteri1.c:10:14: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] scanf("%d",&nr); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | Depășit | Limita de timp depășită | 20 | 0 | Exemplu | |
2 | Depășit | Limita de timp depășită | 20 | 0 | ||
3 | Depășit | Limita de timp depășită | 20 | 0 | ||
4 | Depășit | Limita de timp depășită | 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 puteri1 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ă.