#353
La un festival sunt programate n spectacole. Pentru fiecare se cunoaște momentul de început și momentul de sfârșit, exprimate prin numere naturale. Un spectator dorește să urmărească cât mai multe spectacole în întregime.
Determinați numărul maxim de spectacole care pot fi urmărite, fără ca acestea să se suprapună.
| Problema | Spectacole | Operații I/O |
spectacole.in/spectacole.out
|
|---|---|---|---|
| Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
| Id soluție | #63059924 | Utilizator | |
| Fișier | spectacole.cpp | Dimensiune | 664 B |
| Data încărcării | 12 Februarie 2026, 09:31 | Scor/rezultat | Eroare de compilare |
spectacole.cpp: In function 'int main()': spectacole.cpp:10:19: error: no match for 'operator<<' (operand types are 'std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}' and 'int') fin>>h1[i]<<h2[i]; ^ spectacole.cpp:10:19: note: candidates are: In file included from /usr/include/c++/4.8/string:52:0, from /usr/include/c++/4.8/bits/locale_classes.h:40, from /usr/include/c++/4.8/bits/ios_base.h:41, from /usr/include/c++/4.8/ios:42, from /usr/include/c++/4.8/istream:38, from /usr/include/c++/4.8/fstream:38, from spectacole.cpp:1: /usr/include/c++/4.8/bits/basic_string.h:2753:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) operator<<(basic_ostream<_CharT, _Traits>& __os, ^ /usr/include/c++/4.8/bits/basic_string.h:2753:5: note: template argument deduction/substitution failed: spectacole.cpp:10:25: note: 'std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}' is not derived from 'std::basic_ostream<_CharT, _Traits>' fin>>h1[i]<<h2[i]; ^ In file included from /usr/include/c++/4.8/istream:39:0, from /usr/include/c++/4.8/fstream:38, from spectacole.cpp:1: /usr/include/c++/4.8/ostream:471:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT) operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c) ^ /usr/include/c++/4.8/ostream:471:5: note: template argument deduction/substitution failed: spectacole.cpp:10:25: note: 'std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}' is not derived from 'std::basic_ostream<_CharT, _Traits>' fin>>h1[i]<<h2[i]; ^ In file included from /usr/include/c++/4.8/istream:39:0, from /usr/include/c++/4.8/fstream:38, from spectacole.cpp:1: /usr/include/c++/4.8/ostream:476:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char) operator<<(basic_ostream<_CharT, _Traits>& __out, char __c) ^ /usr/include/c++/4.8/ostream:476:5: note: template argument deduction/substitution failed: spectacole.cpp:10:25: note: 'std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}' is not derived from 'std::basic_ostream<_CharT, _Traits>' fin>>h1[i]<<h2[i]; ^ In file included from /usr/include/c++/4.8/istream:39:0, from /usr/include/c++/4.8/fstream:38, from spectacole.cpp:1: /usr/include/c++/4.8/ostream:482:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char) operator<<(basic_ostream<char, _Traits>& __out, char __c) ^ /usr/include/c++/4.8/ostream:482:5: note: template argument deduction/substitution failed: spectacole.cpp:10:25: note: 'std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}' is not derived from 'std::basic_ostream<char, _Traits>' fin>>h1[i]<<h2[i]; ^ In file included from /usr/include/c++/4.8/istream:39:0, from /usr/include/c++/4.8/fstream:38, from spectacole.cpp:1: /usr/include/c++/4.8/ostream:488:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char) operator<<(basic_ostream<char, _Traits>& __out, signed char __c) ^ /usr/include/c++/4.8/ostream:488:5: note: template argument deduction/substitution failed: spectacole.cpp:10:25: note: 'std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}' is not derived from 'std::basic_ostream<char, _Traits>' fin>>h1[i]<<h2[i]; ^ In file included from /usr/include/c++/4.8/istream:39:0, from /usr/include/c++/4.8/fstream:38, from spectacole.cpp:1: /usr/include/c++/4.8/ostream:493:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char) operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c) ^ /usr/include/c++/4.8/ostream:493:5: note: template argument deduction/substitution failed: spectacole.cpp:10:25: note: 'std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}' is not derived from 'std::basic_ostream<char, _Traits>' fin>>h1[i]<<h2[i]; ^ In file included from /usr/include/c++/4.8/istream:39:0, from /usr/include/c++/4.8/fstream:38, from spectacole.cpp:1: /usr/include/c++/4.8/ostream:513:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*) operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s) ^ /usr/include/c++/4.8/ostream:513:5: note: template argument deduction/substitution failed: spectacole.cpp:10:25: note: 'std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}' is not derived from 'std::basic_ostream<_CharT, _Traits>' fin>>h1[i]<<h2[i]; ^ In file included from /usr/include/c++/4.8/ostream:612:0, from /usr/include/c++/4.8/istream:39, from /usr/include/c++/4.8/fstream:38, from spectacole.cpp:1: /usr/include/c++/4.8/bits/ostream.tcc:321:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const char*) operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s) ^ /usr/include/c++/4.8/bits/ostream.tcc:321:5: note: template argument deduction/substitution failed: spectacole.cpp:10:25: note: 'std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}' is not derived from 'std::basic_ostream<_CharT, _Traits>' fin>>h1[i]<<h2[i]; ^ In file included from /usr/include/c++/4.8/istream:39:0, from /usr/include/c++/4.8/fstream:38, from spectacole.cpp:1: /usr/include/c++/4.8/ostream:530:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const char*) operator<<(basic_ostream<char, _Traits>& __out, const char* __s) ^ /usr/include/c++/4.8/ostream:530:5: note: template argument deduction/substitution failed: spectacole.cpp:10:25: note: 'std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}' is not derived from 'std::basic_ostream<char, _Traits>' fin>>h1[i]<<h2[i]; ^ In file included from /usr/include/c++/4.8/istream:39:0, from /usr/include/c++/4.8/fstream:38, from spectacole.cpp:1: /usr/include/c++/4.8/ostream:543:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const signed char*) operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s) ^ /usr/include/c++/4.8/ostream:543:5: note: template argument deduction/substitution failed: spectacole.cpp:10:25: note: 'std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}' is not derived from 'std::basic_ostream<char, _Traits>' fin>>h1[i]<<h2[i]; ^ In file included from /usr/include/c++/4.8/istream:39:0, from /usr/include/c++/4.8/fstream:38, from spectacole.cpp:1: /usr/include/c++/4.8/ostream:548:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const unsigned char*) operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s) ^ /usr/include/c++/4.8/ostream:548:5: note: template argument deduction/substitution failed: spectacole.cpp:10:25: note: 'std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}' is not derived from 'std::basic_ostream<char, _Traits>' fin>>h1[i]<<h2[i]; ^ In file included from /usr/include/c++/4.8/istream:39:0, from /usr/include/c++/4.8/fstream:38, from spectacole.cpp:1: /usr/include/c++/4.8/ostream:602:5: note: template<class _CharT, class _Traits, class _Tp> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&&, const _Tp&) operator<<(basic_ostream<_CharT, _Traits>&& __os, const _Tp& __x) ^ /usr/include/c++/4.8/ostream:602:5: note: template argument deduction/substitution failed: spectacole.cpp:10:25: note: 'std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}' is not derived from 'std::basic_ostream<_CharT, _Traits>' fin>>h1[i]<<h2[i]; ^ spectacole.cpp:13:14: error: expected ')' before ';' token sch=0; ^ spectacole.cpp:14:12: error: expected 'while' before '(' token for(int i=1;i<=m;i++) ^ spectacole.cpp:14:13: error: expected primary-expression before 'int' for(int i=1;i<=m;i++) ^ spectacole.cpp:14:13: error: expected ')' before 'int' spectacole.cpp:14:13: error: expected ';' before 'int' spectacole.cpp:14:22: warning: statement has no effect [-Wunused-value] for(int i=1;i<=m;i++) ^ spectacole.cpp:14:29: error: expected ';' before ')' token for(int i=1;i<=m;i++) ^ spectacole.cpp: At global scope: spectacole.cpp:23:9: error: expected unqualified-id before 'while' while(sch); ^ spectacole.cpp:25:9: error: expected unqualified-id before 'for' for(int i=2;i<=n;i++) ^ spectacole.cpp:25:21: error: 'i' does not name a type for(int i=2;i<=n;i++) ^ spectacole.cpp:25:26: error: 'i' does not name a type for(int i=2;i<=n;i++) ^ spectacole.cpp:31:9: error: 'fout' does not name a type fout<<s; ^ spectacole.cpp:32:9: error: expected unqualified-id before 'return' return 0; ^ spectacole.cpp:33:9: error: expected declaration before '}' token } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Spectacole 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ă.