#1023
Cmmdc3
Se dă un sir cu n
elemente, numere naturale nenule. Folosind metoda Divide et Impera, determinaţi cel mai mare divizor comun al elementelor acestui șir.
Problema | Cmmdc3 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54636530 | Utilizator | |
Fișier | cmmdc3.cpp | Dimensiune | 428 B |
Data încărcării | 04 Decembrie 2024, 11:19 | Scor / rezultat | Eroare de compilare |
cmmdc3.cpp: In function 'int cmmdc(int, int)': cmmdc3.cpp:11:19: error: expected primary-expression before 'int' int f(v[1001],int st,int dr) ^ cmmdc3.cpp:11:26: error: expected primary-expression before 'int' int f(v[1001],int st,int dr) ^ cmmdc3.cpp:11:32: error: expression list treated as compound expression in initializer [-fpermissive] int f(v[1001],int st,int dr) ^ cmmdc3.cpp:12:5: error: expected ',' or ';' before 'if' if(st==dr) ^ cmmdc3.cpp:14:5: error: 'else' without a previous 'if' else ^ cmmdc3.cpp:15:13: error: 'st' was not declared in this scope { int m=(st+dr)/2; ^ cmmdc3.cpp:15:16: error: 'dr' was not declared in this scope { int m=(st+dr)/2; ^ cmmdc3.cpp:16:18: error: 'f' cannot be used as a function int x=f(v,st,m); ^ cmmdc3.cpp:17:20: error: 'f' cannot be used as a function int y=f(v,m+1,dr); ^ cmmdc3.cpp: In function 'int main()': cmmdc3.cpp:24:11: error: 'f' was not declared in this scope X=f(v,1,n); ^ cmmdc3.cpp:25:8: error: 'x' was not declared in this scope cout<<x; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Cmmdc3 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ă.