#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 | #54136514 | Utilizator | |
Fișier | cmmdc_cmmmc.cpp | Dimensiune | 361 B |
Data încărcării | 20 Noiembrie 2024, 16:16 | Scor / rezultat | 0 puncte |
cmmdc_cmmmc.cpp: In function 'int main()': cmmdc_cmmmc.cpp:20:38: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf( "%d %d", a, a1 * (b1 / a)); ^ cmmdc_cmmmc.cpp:20:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=] cmmdc_cmmmc.cpp:7:31: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf( "%lld%lld", &b, &a); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 20 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
Punctaj total | 0 |
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ă.