#1260
asii
Se dau 2
numere naturale. Calculați suma, diferenţa, produsul şi câtul lor, în această ordine.
Problema | asii | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53419160 | Utilizator | |
Fișier | asii.c | Dimensiune | 210 B |
Data încărcării | 29 Octombrie 2024, 15:43 | Scor / rezultat | 0 puncte |
asii.c: In function 'main': asii.c:6:6: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'float *' [-Wformat=] scanf("%d %d",&a,&b); ^ asii.c:6:6: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'float *' [-Wformat=] asii.c:7:6: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat=] printf("%d ",a+b); ^ asii.c:8:6: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat=] printf("%d ",a-b); ^ asii.c:9:6: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat=] printf("%d ",a*b); ^ asii.c:6:11: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] scanf("%d %d",&a,&b); ^
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 asii 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ă.