#319
suma35
Se dă un număr natural nenul n
. Să se determine toate modalităţile distincte de descompunere a numărului n
în sumă de 3
şi 5
.
Problema | suma35 | Operații I/O |
suma35.in /suma35.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54114447 | Utilizator | |
Fișier | suma35.cpp | Dimensiune | 620 B |
Data încărcării | 20 Noiembrie 2024, 08:38 | Scor / rezultat | Eroare de compilare |
suma35.cpp:3:1: error: 'ifstream' does not name a type ifstream in("suma35.in"); ^ suma35.cpp:4:1: error: 'ofstream' does not name a type ofstream out("suma35.out"); ^ suma35.cpp: In function 'int afis(int)': suma35.cpp:18:7: error: 'out' was not declared in this scope out<<sol[i]<<" "; ^ suma35.cpp:20:4: error: 'out' was not declared in this scope out<<"\n"; ^ suma35.cpp:21:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ suma35.cpp: In function 'void bkt(int)': suma35.cpp:23:22: warning: for increment expression has no effect [-Wunused-value] for(int i=3;i<=5;i+2){ ^ suma35.cpp:29:21: error: 'btk' was not declared in this scope else btk(k+1); ^ suma35.cpp: At global scope: suma35.cpp:33:1: error: 's' does not name a type s=s-sol[k-1]; ^ suma35.cpp: In function 'int main()': suma35.cpp:36:5: error: 'in' was not declared in this scope in>>n; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema suma35 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ă.