#1409
Numere11
Se dau n
numere naturale. Calculați suma obținută prin adunarea celui mai mare divizor prim al fiecărui număr dat.
Problema | Numere11 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54083492 | Utilizator | |
Fișier | numere11.cpp | Dimensiune | 355 B |
Data încărcării | 19 Noiembrie 2024, 13:13 | Scor / rezultat | Eroare de compilare |
numere11.cpp:3:1: error: 'intn' does not name a type intn,x,p,i,pmax; ^ numere11.cpp: In function 'int main()': numere11.cpp:6:5: error: 'lon' was not declared in this scope lon long suma=0; ^ numere11.cpp:6:9: error: expected ';' before 'long' lon long suma=0; ^ numere11.cpp:7:10: error: 'n' was not declared in this scope cin>>n; ^ numere11.cpp:9:15: error: 'x' was not declared in this scope cin>> x; ^ numere11.cpp:10:5: error: 'p' was not declared in this scope p=2; ^ numere11.cpp:13:9: error: 'pmax' was not declared in this scope pmax=p;} ^ numere11.cpp:18:8: error: 'x' was not declared in this scope if(x>1) ^ numere11.cpp:19:9: error: 'pmax' was not declared in this scope pmax=x; ^ numere11.cpp:20:5: error: 'suma' was not declared in this scope suma=suma+pmax; ^ numere11.cpp:20:15: error: 'pmax' was not declared in this scope suma=suma+pmax; ^ numere11.cpp: At global scope: numere11.cpp:22:1: error: 'cout' does not name a type cout<<suma; ^ numere11.cpp:23:1: error: expected declaration before '}' token } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Numere11 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ă.