#50
Expresie
Să se scrie un program care citește numărul natural n
și determină suma S=1+1*2+1*2*3+...+1*2*...*n
.
Problema | Expresie | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #52264254 | Utilizator | |
Fișier | expresie.cpp | Dimensiune | 298 B |
Data încărcării | 24 Septembrie 2024, 21:41 | Scor / rezultat | Eroare de compilare |
expresie.cpp:12:8: error: stray '#' in program for (#include <iostream> ^ expresie.cpp: In function 'int main()': expresie.cpp:12:9: error: 'include' was not declared in this scope for (#include <iostream> ^ expresie.cpp:12:26: error: expected primary-expression before '>' token for (#include <iostream> ^ expresie.cpp:13:1: error: expected primary-expression before 'using' using namespace std; ^ expresie.cpp:13:1: error: expected ';' before 'using' expresie.cpp:14:10: warning: declaration of 'int main()' has 'extern' and is initialized [enabled by default] int main() ^ expresie.cpp:16:2: error: expected primary-expression before 'int' int n; ^ expresie.cpp:16:2: error: expected '}' before 'int' expresie.cpp:16:2: error: function 'int main()' is initialized like a variable expresie.cpp:16:2: warning: the address of 'int main()' will always evaluate as 'true' [-Waddress] expresie.cpp:16:2: error: expected ';' before 'int' expresie.cpp:16:2: error: expected primary-expression before 'int' expresie.cpp:16:2: error: expected ')' before 'int' expresie.cpp:16:6: warning: unused variable 'n' [-Wunused-variable] int n; ^ expresie.cpp:17:6: error: expected ';' before 'int' cin int j = 1; j <= i; j++) ^ expresie.cpp:17:15: warning: statement has no effect [-Wunused-value] cin int j = 1; j <= i; j++) ^ expresie.cpp:17:17: error: 'j' was not declared in this scope cin int j = 1; j <= i; j++) ^ expresie.cpp:17:28: error: expected ';' before ')' token cin int j = 1; j <= i; j++) ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Expresie 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ă.