#3268
CMMDC_CMMMC
Se dau două numere naturale nenule. Determinați cel mai mare divizor comun și cel mai mic multiplu comun al lor.
Problema | CMMDC_CMMMC | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #51480389 | Utilizator | |
Fișier | cmmdc_cmmmc.cpp | Dimensiune | 345 B |
Data încărcării | 24 Iunie 2024, 23:38 | Scor / rezultat | Eroare de compilare |
cmmdc_cmmmc.cpp:4:26: error: expected ',' or '...' before 'a' long long cmmdc(long lon a, long long b) ^ cmmdc_cmmmc.cpp: In function 'long long int cmmdc(long int)': cmmdc_cmmmc.cpp:6:12: error: 'b' was not declared in this scope while (b) ^ cmmdc_cmmmc.cpp:8:21: error: 'a' was not declared in this scope long long r=a%b; ^ cmmdc_cmmmc.cpp:12:12: error: 'a' was not declared in this scope return a; ^ cmmdc_cmmmc.cpp: In function 'int main()': cmmdc_cmmmc.cpp:20:23: error: too many arguments to function 'long long int cmmdc(long int)' cout << cmmdc(a, b); ^ cmmdc_cmmmc.cpp:4:11: note: declared here long long cmmdc(long lon a, long long b) ^ cmmdc_cmmmc.cpp:22:25: error: too many arguments to function 'long long int cmmdc(long int)' cout << a/cmmdc(a, b)*b; ^ cmmdc_cmmmc.cpp:4:11: note: declared here long long cmmdc(long lon a, long long b) ^ cmmdc_cmmmc.cpp: In function 'long long int cmmdc(long int)': cmmdc_cmmmc.cpp:13:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema CMMDC_CMMMC 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ă.