#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 | #54176474 | Utilizator | |
Fișier | sumegaussdesumegauss.cpp | Dimensiune | 367 B |
Data încărcării | 21 Noiembrie 2024, 12:44 | Scor / rezultat | Eroare de compilare |
sumegaussdesumegauss.cpp: In function 'int main()': sumegaussdesumegauss.cpp:15:6: error: invalid operands of types 'long double' and 'int' to binary 'operator%' if(k%3==0) ^ sumegaussdesumegauss.cpp:19:7: error: invalid operands of types 'long double' and 'int' to binary 'operator%' if(k%3==1) ^ sumegaussdesumegauss.cpp:23:7: error: invalid operands of types 'long double' and 'int' to binary 'operator%' if(k%3==2) ^
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ă.