#3978
sabc
Dacă x
și y
sunt două numere naturale cu x ≤ y
, atunci notăm cu s(x,y)
suma numerelor naturale cuprinse între x
și y
. De exemplu, s(3,6) = 3+4+5+6 = 18
, iar s(7,7) = 7
. Se dau numerele naturale a
, b
și c
, unde a ≤ b ≤ c
. Calculați s(a,b)
, s(b,c)
și s(a,c)
.
Problema | sabc | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #35288118 | Utilizator | |
Fișier | sabc.c | Dimensiune | 223 B |
Data încărcării | 03 Martie 2022, 20:17 | Scor / rezultat | 0 puncte |
sabc.c: In function 'main': sabc.c:13:10: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d%d",&a,&b,&c); ^ sabc.c:15:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Exited with error status 10 | 10 | 0 | Exemplu | |
2 | 0 secunde | Exited with error status 16 | 10 | 0 | ||
3 | 0 secunde | Exited with error status 19 | 10 | 0 | ||
4 | 0 secunde | Exited with error status 14 | 10 | 0 | ||
5 | 0 secunde | Exited with error status 25 | 10 | 0 | ||
6 | 0 secunde | Exited with error status 14 | 10 | 0 | ||
7 | 0 secunde | Exited with error status 19 | 10 | 0 | ||
8 | 0 secunde | Exited with error status 24 | 10 | 0 | ||
9 | 0 secunde | Exited with error status 26 | 10 | 0 | ||
10 | 0 secunde | Exited with error status 26 | 10 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema sabc 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ă.