#848
Paranteze1
Se dau n
șiruri de paranteze rotunde. Să se stabilească, despre fiecare șir, dacă este corect parantezat.
Problema | Paranteze1 | Operații I/O |
![]() paranteze1.in /paranteze1.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #57356181 | Utilizator | |
Fișier | paranteze1.cpp | Dimensiune | 573 B |
Data încărcării | 27 Martie 2025, 11:28 | Scor / rezultat | Eroare de compilare |
paranteze1.cpp: In function 'int main()': paranteze1.cpp:18:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j = 0; j < strlen(c); ^ paranteze1.cpp:19:13: error: expected primary-expression before '{' token { ^ paranteze1.cpp:19:13: error: expected ')' before '{' token paranteze1.cpp:23:70: error: no match for 'operator>>' (operand types are 'std::ofstream {aka std::basic_ofstream<char>}' and 'int') if(t[0] == t[1] && c[0] == '(' && c[strlen(c) - 1] == ')') o >> 1 >> "\n"; ^ paranteze1.cpp:23:70: note: candidates are: In file included from /usr/include/c++/4.8/string:53: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/ostream:38, from /usr/include/c++/4.8/iostream:39, from paranteze1.cpp:1: /usr/include/c++/4.8/bits/basic_string.tcc:996:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::basic_string<_CharT, _Traits, _Alloc>&) operator>>(basic_istream<_CharT, _Traits>& __in, ^ /usr/include/c++/4.8/bits/basic_string.tcc:996:5: note: template argument deduction/substitution failed: paranteze1.cpp:23:73: note: 'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'std::basic_istream<_CharT, _Traits>' if(t[0] == t[1] && c[0] == '(' && c[strlen(c) - 1] == ')') o >> 1 >> "\n"; ^ In file included from /usr/include/c++/4.8/istream:882:0, from /usr/include/c++/4.8/iostream:40, from paranteze1.cpp:1: /usr/include/c++/4.8/bits/istream.tcc:955:5: note: template<class _CharT2, class _Traits2> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, _CharT2*) operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s) ^ /usr/include/c++/4.8/bits/istream.tcc:955:5: note: template argument deduction/substitution failed: paranteze1.cpp:23:73: note: 'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'std::basic_istream<_CharT, _Traits>' if(t[0] == t[1] && c[0] == '(' && c[strlen(c) - 1] == ')') o >> 1 >> "\n"; ^ In file included from /usr/include/c++/4.8/istream:882:0, from /usr/include/c++/4.8/iostream:40, from paranteze1.cpp:1: /usr/include/c++/4.8/bits/istream.tcc:923:5: note: template<class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, _CharT&) operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c) ^ /usr/include/c++/4.8/bits/istream.tcc:923:5: note: template argument deduction/substitution failed: paranteze1.cpp:23:73: note: 'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'std::basic_istream<_CharT, _Traits>' if(t[0] == t[1] && c[0] == '(' && c[strlen(c) - 1] == ')') o >> 1 >> "\n"; ^ In file included from /usr/include/c++/4.8/iostream:40:0, from paranteze1.cpp:1: /usr/include/c++/4.8/istream:727:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, unsigned char&) operator>>(basic_istream<char, _Traits>& __in, unsigned char& __c) ^ /usr/include/c++/4.8/istream:727:5: note: template argument deduction/substitution failed: paranteze1.cpp:23:73: note: 'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'std::basic_istream<char, _Traits>' if(t[0] == t[1] && c[0] == '(' && c[strlen(c) - 1] == ')') o >> 1 >> "\n"; ^ In file included from /usr/include/c++/4.8/iostream:40:0, from paranteze1.cpp:1: /usr/include/c++/4.8/istream:732:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, signed char&) operator>>(basic_istream<char, _Traits>& __in, signed char& __c) ^ /usr/include/c++/4.8/istream:732:5: note: template argument deduction/substitution failed: paranteze1.cpp:23:73: note: 'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'std::basic_istream<char, _Traits>' if(t[0] == t[1] && c[0] == '(' && c[strlen(c) - 1] == ')') o >> 1 >> "\n"; ^ In file included from /usr/include/c++/4.8/iostream:40:0, from paranteze1.cpp:1: /usr/include/c++/4.8/istream:774:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, unsigned char*) operator>>(basic_istream<char, _Traits>& __in, unsigned char* __s) ^ /usr/include/c++/4.8/istream:774:5: note: template argument deduction/substitution failed: paranteze1.cpp:23:73: note: 'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'std::basic_istream<char, _Traits>' if(t[0] == t[1] && c[0] == '(' && c[strlen(c) - 1] == ')') o >> 1 >> "\n"; ^ In file included from /usr/include/c++/4.8/iostream:40:0, from paranteze1.cpp:1: /usr/include/c++/4.8/istream:779:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, signed char*) operator>>(basic_istream<char, _Traits>& __in, signed char* __s) ^ /usr/include/c++/4.8/istream:779:5: note: template argument deduction/substitution failed: paranteze1.cpp:23:73: note: 'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'std::basic_istream<char, _Traits>' if(t[0] == t[1] && c[0] == '(' && c[strlen(c) - 1] == ')') o >> 1 >> "\n"; ^ In file included from /usr/include/c++/4.8/iostream:40:0, from paranteze1.cpp:1: /usr/include/c++/4.8/istream:872:5: note: template<class _CharT, class _Traits, class _Tp> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&&, _Tp&) operator>>(basic_istream<_CharT, _Traits>&& __is, _Tp& __x) ^ /usr/include/c++/4.8/istream:872:5: note: template argument deduction/substitution failed: paranteze1.cpp:23:73: note: 'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'std::basic_istream<_CharT, _Traits>' if(t[0] == t[1] && c[0] == '(' && c[strlen(c) - 1] == ')') o >> 1 >> "\n"; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Paranteze1 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ă.