#3807
SumeGaussDeSumeGauss
Se dau n
numere naturale. Pentru fiecare numar x
, calculati 1+(1+2)+(1+2+3)+(1+2+3+4)+...+(1+2+3+...x)
.
matematică
Problema | SumeGaussDeSumeGauss | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 1.5 secunde | Limita memorie |
Total: 0.1 MB
/
Stivă 0.1 MB
|
Id soluție | #54898672 | Utilizator | |
Fișier | sumegaussdesumegauss.cpp | Dimensiune | 903 B |
Data încărcării | 11 Decembrie 2024, 17:35 | Scor / rezultat | 40 puncte |
sumegaussdesumegauss.cpp: In function 'long long unsigned int computeSum(unsigned int)': sumegaussdesumegauss.cpp:8:24: warning: unused variable 'sum_x' [-Wunused-variable] unsigned long long sum_x = (1ULL * x * (x + 1)) / 2; ^ sumegaussdesumegauss.cpp: In function 'int main()': sumegaussdesumegauss.cpp:15:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d", &n); // Fast input ^ sumegaussdesumegauss.cpp:22:33: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%u", &numbers[i]); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 10 | 10 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
4 | 0 secunde | Caught fatal signal 11 | 25 | 0 | ||
5 | 0 secunde | OK. | 20 | 20 | ||
6 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0 secunde | OK. | 5 | 5 | ||
8 | 0 secunde | OK. | 5 | 5 | ||
Punctaj total | 40 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema SumeGaussDeSumeGauss 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ă.