#3185
Concurs1
La un concurs pot participa copii cu vârste între a
și b
inclusiv. Gigel are n
ani. Stabiliți dacă poate participa la concurs.
Problema | Concurs1 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #22331573 | Utilizator | |
Fișier | concurs1.cpp | Dimensiune | 189 B |
Data încărcării | 04 Aprilie 2020, 16:23 | Scor / rezultat | Eroare de compilare |
concurs1.cpp: In function 'int main()': concurs1.cpp:9:15: error: no match for 'operator>=' (operand types are 'std::basic_ostream<char>' and 'int') cout << n >= a && n <= b ? "DA" : "NU"; ^ concurs1.cpp:9:15: note: candidates are: In file included from /usr/include/c++/4.8/bits/stl_algobase.h:64:0, from /usr/include/c++/4.8/bits/char_traits.h:39, from /usr/include/c++/4.8/ios:40, from /usr/include/c++/4.8/ostream:38, from /usr/include/c++/4.8/iostream:39, from concurs1.cpp:1: /usr/include/c++/4.8/bits/stl_pair.h:245:5: note: template<class _T1, class _T2> constexpr bool std::operator>=(const std::pair<_T1, _T2>&, const std::pair<_T1, _T2>&) operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) ^ /usr/include/c++/4.8/bits/stl_pair.h:245:5: note: template argument deduction/substitution failed: concurs1.cpp:9:18: note: 'std::basic_ostream<char>' is not derived from 'const std::pair<_T1, _T2>' cout << n >= a && n <= b ? "DA" : "NU"; ^ In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0, from /usr/include/c++/4.8/bits/char_traits.h:39, from /usr/include/c++/4.8/ios:40, from /usr/include/c++/4.8/ostream:38, from /usr/include/c++/4.8/iostream:39, from concurs1.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:321:5: note: template<class _Iterator> bool std::operator>=(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_Iterator>&) operator>=(const reverse_iterator<_Iterator>& __x, ^ /usr/include/c++/4.8/bits/stl_iterator.h:321:5: note: template argument deduction/substitution failed: concurs1.cpp:9:18: note: 'std::basic_ostream<char>' is not derived from 'const std::reverse_iterator<_Iterator>' cout << n >= a && n <= b ? "DA" : "NU"; ^ In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0, from /usr/include/c++/4.8/bits/char_traits.h:39, from /usr/include/c++/4.8/ios:40, from /usr/include/c++/4.8/ostream:38, from /usr/include/c++/4.8/iostream:39, from concurs1.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:371:5: note: template<class _IteratorL, class _IteratorR> bool std::operator>=(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_IteratorR>&) operator>=(const reverse_iterator<_IteratorL>& __x, ^ /usr/include/c++/4.8/bits/stl_iterator.h:371:5: note: template argument deduction/substitution failed: concurs1.cpp:9:18: note: 'std::basic_ostream<char>' is not derived from 'const std::reverse_iterator<_Iterator>' cout << n >= a && n <= b ? "DA" : "NU"; ^ In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0, from /usr/include/c++/4.8/bits/char_traits.h:39, from /usr/include/c++/4.8/ios:40, from /usr/include/c++/4.8/ostream:38, from /usr/include/c++/4.8/iostream:39, from concurs1.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:1091:5: note: template<class _IteratorL, class _IteratorR> bool std::operator>=(const std::move_iterator<_Iterator>&, const std::move_iterator<_IteratorR>&) operator>=(const move_iterator<_IteratorL>& __x, ^ /usr/include/c++/4.8/bits/stl_iterator.h:1091:5: note: template argument deduction/substitution failed: concurs1.cpp:9:18: note: 'std::basic_ostream<char>' is not derived from 'const std::move_iterator<_Iterator>' cout << n >= a && n <= b ? "DA" : "NU"; ^ In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0, from /usr/include/c++/4.8/bits/char_traits.h:39, from /usr/include/c++/4.8/ios:40, from /usr/include/c++/4.8/ostream:38, from /usr/include/c++/4.8/iostream:39, from concurs1.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:1097:5: note: template<class _Iterator> bool std::operator>=(const std::move_iterator<_Iterator>&, const std::move_iterator<_Iterator>&) operator>=(const move_iterator<_Iterator>& __x, ^ /usr/include/c++/4.8/bits/stl_iterator.h:1097:5: note: template argument deduction/substitution failed: concurs1.cpp:9:18: note: 'std::basic_ostream<char>' is not derived from 'const std::move_iterator<_Iterator>' cout << n >= a && n <= b ? "DA" : "NU"; ^ 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/ostream:38, from /usr/include/c++/4.8/iostream:39, from concurs1.cpp:1: /usr/include/c++/4.8/bits/basic_string.h:2680:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator>=(const std::basic_string<_CharT, _Traits, _Alloc>&, const std::basic_string<_CharT, _Traits, _Alloc>&) operator>=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, ^ /usr/include/c++/4.8/bits/basic_string.h:2680:5: note: template argument deduction/substitution failed: concurs1.cpp:9:18: note: 'std::basic_ostream<char>' is not derived from 'const std::basic_string<_CharT, _Traits, _Alloc>' cout << n >= a && n <= b ? "DA" : "NU"; ^ 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/ostream:38, from /usr/include/c++/4.8/iostream:39, from concurs1.cpp:1: /usr/include/c++/4.8/bits/basic_string.h:2692:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator>=(const std::basic_string<_CharT, _Traits, _Alloc>&, const _CharT*) operator>=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, ^ /usr/include/c++/4.8/bits/basic_string.h:2692:5: note: template argument deduction/substitution failed: concurs1.cpp:9:18: note: 'std::basic_ostream<char>' is not derived from 'const std::basic_string<_CharT, _Traits, _Alloc>' cout << n >= a && n <= b ? "DA" : "NU"; ^ 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/ostream:38, from /usr/include/c++/4.8/iostream:39, from concurs1.cpp:1: /usr/include/c++/4.8/bits/basic_string.h:2704:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator>=(const _CharT*, const std::basic_string<_CharT, _Traits, _Alloc>&) operator>=(const _CharT* __lhs, ^ /usr/include/c++/4.8/bits/basic_string.h:2704:5: note: template argument deduction/substitution failed: concurs1.cpp:9:18: note: mismatched types 'const _CharT*' and 'std::basic_ostream<char>' cout << n >= a && n <= b ? "DA" : "NU"; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Concurs1 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ă.