#2245
Plata1
Se consideră n
tipuri de bancnote, cu valorile v[1] v[2] ... v[n]
, ordonate strict crescător. Pentru fiecare tip de bancnote se știe numărul de bancnote disponibile c[1] c[2] ... c[n]
. Se cere să se determine o modalitate de a plăti integral o sumă dată S
cu bancnotele disponibile.
Problema | Plata1 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53534719 | Utilizator | |
Fișier | plata1.cpp | Dimensiune | 723 B |
Data încărcării | 04 Noiembrie 2024, 15:05 | Scor / rezultat | Eroare de compilare |
plata1.cpp: In function 'void back(int)': plata1.cpp:9:9: error: 'cout' was not declared in this scope cout<<"Solutie "<<endl; ^ plata1.cpp:9:9: note: suggested alternative: In file included from plata1.cpp:2:0: /usr/include/c++/4.8/iostream:61:18: note: 'std::cout' extern ostream cout; /// Linked to standard output ^ plata1.cpp:9:27: error: 'endl' was not declared in this scope cout<<"Solutie "<<endl; ^ plata1.cpp:9:27: note: suggested alternative: In file included from /usr/include/c++/4.8/iostream:39:0, from plata1.cpp:2: /usr/include/c++/4.8/ostream:564:5: note: 'std::endl' endl(basic_ostream<_CharT, _Traits>& __os) ^ plata1.cpp: At global scope: plata1.cpp:29:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type] main() ^ plata1.cpp: In function 'int main()': plata1.cpp:31:5: error: 'cout' was not declared in this scope cout<<"suma="; ^ plata1.cpp:31:5: note: suggested alternative: In file included from plata1.cpp:2:0: /usr/include/c++/4.8/iostream:61:18: note: 'std::cout' extern ostream cout; /// Linked to standard output ^ plata1.cpp:32:5: error: 'cin' was not declared in this scope cin>>Suma; ^ plata1.cpp:32:5: note: suggested alternative: In file included from plata1.cpp:2:0: /usr/include/c++/4.8/iostream:60:18: note: 'std::cin' extern istream cin; /// Linked to standard input ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Plata1 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ă.