#3178
Într-o clasă sunt F fete și B băieți. Fiecare fată citește 3 pagini pe zi și fiecare băiat citește 2 pagini pe zi. Câte pagini vor citi copiii în n zile?
| Problema | Copii2 | Operații I/O |
tastatură/ecran
|
|---|---|---|---|
| Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
| Id soluție | #64872408 | Utilizator | |
| Fișier | copii2.cpp | Dimensiune | 148 B |
| Data încărcării | 08 Iunie 2026, 19:25 | Scor/rezultat | Eroare de compilare |
copii2.cpp: In function ‘int main()’: copii2.cpp:6:13: warning: right operand of comma operator has no effect [-Wunused-value] 6 | cin>>F,B; | ^ copii2.cpp:7:8: error: expected identifier before ‘(’ token 7 | t=[(F*3)*n]+[(B*2)*n]; | ^ copii2.cpp: In lambda function: copii2.cpp:7:16: error: expected ‘{’ before ‘+’ token 7 | t=[(F*3)*n]+[(B*2)*n]; | ^ copii2.cpp: In function ‘int main()’: copii2.cpp:7:18: error: expected identifier before ‘(’ token 7 | t=[(F*3)*n]+[(B*2)*n]; | ^ copii2.cpp: In lambda function: copii2.cpp:7:26: error: expected ‘{’ before ‘;’ token 7 | t=[(F*3)*n]+[(B*2)*n]; | ^ copii2.cpp: In function ‘int main()’: copii2.cpp:7:16: error: no match for ‘operator+’ (operand types are ‘main()::<lambda()>’ and ‘main()::<lambda()>’) 7 | t=[(F*3)*n]+[(B*2)*n]; | ~~~~~~~~~^~~~~~~~~~ | | | | | main()::<lambda()> | main()::<lambda()> In file included from /usr/include/c++/13/string:48, from /usr/include/c++/13/bits/locale_classes.h:40, from /usr/include/c++/13/bits/ios_base.h:41, from /usr/include/c++/13/ios:44, from /usr/include/c++/13/ostream:40, from /usr/include/c++/13/iostream:41, from copii2.cpp:1: /usr/include/c++/13/bits/stl_iterator.h:634:5: note: candidate: ‘template<class _Iterator> std::reverse_iterator<_Iterator> std::operator+(typename reverse_iterator<_Iterator>::difference_type, const reverse_iterator<_Iterator>&)’ 634 | operator+(typename reverse_iterator<_Iterator>::difference_type __n, | ^~~~~~~~ /usr/include/c++/13/bits/stl_iterator.h:634:5: note: template argument deduction/substitution failed: copii2.cpp:7:26: note: ‘main()::<lambda()>’ is not derived from ‘const std::reverse_iterator<_Iterator>’ 7 | t=[(F*3)*n]+[(B*2)*n]; | ^ /usr/include/c++/13/bits/stl_iterator.h:1808:5: note: candidate: ‘template<class _Iterator> std::move_iterator<_IteratorL> std::operator+(typename move_iterator<_IteratorL>::difference_type, const move_iterator<_IteratorL>&)’ 1808 | operator+(typename move_iterator<_Iterator>::difference_type __n, | ^~~~~~~~ /usr/include/c++/13/bits/stl_iterator.h:1808:5: note: template argument deduction/substitution failed: copii2.cpp:7:26: note: ‘main()::<lambda()>’ is not derived from ‘const std::move_iterator<_IteratorL>’ 7 | t=[(F*3)*n]+[(B*2)*n]; | ^ In file included from /usr/include/c++/13/string:54: /usr/include/c++/13/bits/basic_string.h:3553:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> std::__cxx11::basic_string<_CharT, _Traits, _Alloc> std::operator+(const __cxx11::basic_string<_CharT, _Traits, _Alloc>&, const __cxx11::basic_string<_CharT, _Traits, _Alloc>&)’ 3553 | operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, | ^~~~~~~~ /usr/include/c++/13/bits/basic_string.h:3553:5: note: template argument deduction/substitution failed: copii2.cpp:7:26: note: ‘main()::<lambda()>’ is not derived from ‘const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’ 7 | t=[(F*3)*n]+[(B*2)*n]; | ^ /usr/include/c++/13/bits/basic_string.h:3571:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> std::__cxx11::basic_string<_CharT, _Traits, _Alloc> std::operator+(const _CharT*, const __cxx11::basic_string<_CharT, _Traits, _Alloc>&)’ 3571 | operator+(const _CharT* __lhs, | ^~~~~~~~ /usr/include/c++/13/bits/basic_string.h:3571:5: note: template argument deduction/substitution failed: copii2.cpp:7:26: note: mismatched types ‘const _CharT*’ and ‘main()::<lambda()>’ 7 | t=[(F*3)*n]+[(B*2)*n]; | ^ /usr/include/c++/13/bits/basic_string.h:3590:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> std::__cxx11::basic_string<_CharT, _Traits, _Alloc> std::operator+(_CharT, const __cxx11::basic_string<_CharT, _Traits, _Alloc>&)’ 3590 | operator+(_CharT __lhs, const basic_string<_CharT,_Traits,_Alloc>& __rhs) | ^~~~~~~~ /usr/include/c++/13/bits/basic_string.h:3590:5: note: template argument deduction/substitution failed: copii2.cpp:7:26: note: ‘main()::<lambda()>’ is not derived from ‘const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’ 7 | t=[(F*3)*n]+[(B*2)*n]; | ^ /usr/include/c++/13/bits/basic_string.h:3607:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> std::__cxx11::basic_string<_CharT, _Traits, _Alloc> std::operator+(const __cxx11::basic_string<_CharT, _Traits, _Alloc>&, const _CharT*)’ 3607 | operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, | ^~~~~~~~ /usr/include/c++/13/bits/basic_string.h:3607:5: note: template argument deduction/substitution failed: copii2.cpp:7:26: note: ‘main()::<lambda()>’ is not derived from ‘const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’ 7 | t=[(F*3)*n]+[(B*2)*n]; | ^ /usr/include/c++/13/bits/basic_string.h:3625:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> std::__cxx11::basic_string<_CharT, _Traits, _Alloc> std::operator+(const __cxx11::basic_string<_CharT, _Traits, _Alloc>&, _CharT)’ 3625 | operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, _CharT __rhs) | ^~~~~~~~ /usr/include/c++/13/bits/basic_string.h:3625:5: note: template argument deduction/substitution failed: copii2.cpp:7:26: note: ‘main()::<lambda()>’ is not derived from ‘const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’ 7 | t=[(F*3)*n]+[(B*2)*n]; | ^ /usr/include/c++/13/bits/basic_string.h:3637:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> std::__cxx11::basic_string<_CharT, _Traits, _Alloc> std::operator+(__cxx11::basic_string<_CharT, _Traits, _Alloc>&&, const __cxx11::basic_string<_CharT, _Traits, _Alloc>&)’ 3637 | operator+(basic_string<_CharT, _Traits, _Alloc>&& __lhs, | ^~~~~~~~ /usr/include/c++/13/bits/basic_string.h:3637:5: note: template argument deduction/substitution failed: copii2.cpp:7:26: note: ‘main()::<lambda()>’ is not derived from ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’ 7 | t=[(F*3)*n]+[(B*2)*n]; | ^ /usr/include/c++/13/bits/basic_string.h:3644:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> std::__cxx11::basic_string<_CharT, _Traits, _Alloc> std::operator+(const __cxx11::basic_string<_CharT, _Traits, _Alloc>&, __cxx11::basic_string<_CharT, _Traits, _Alloc>&&)’ 3644 | operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, | ^~~~~~~~ /usr/include/c++/13/bits/basic_string.h:3644:5: note: template argument deduction/substitution failed: copii2.cpp:7:26: note: ‘main()::<lambda()>’ is not derived from ‘const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’ 7 | t=[(F*3)*n]+[(B*2)*n]; | ^ /usr/include/c++/13/bits/basic_string.h:3651:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> std::__cxx11::basic_string<_CharT, _Traits, _Alloc> std::operator+(__cxx11::basic_string<_CharT, _Traits, _Alloc>&&, __cxx11::basic_string<_CharT, _Traits, _Alloc>&&)’ 3651 | operator+(basic_string<_CharT, _Traits, _Alloc>&& __lhs, | ^~~~~~~~ /usr/include/c++/13/bits/basic_string.h:3651:5: note: template argument deduction/substitution failed: copii2.cpp:7:26: note: ‘main()::<lambda()>’ is not derived from ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’ 7 | t=[(F*3)*n]+[(B*2)*n]; | ^ /usr/include/c++/13/bits/basic_string.h:3674:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> std::__cxx11::basic_string<_CharT, _Traits, _Alloc> std::operator+(const _CharT*, __cxx11::basic_string<_CharT, _Traits, _Alloc>&&)’ 3674 | operator+(const _CharT* __lhs, | ^~~~~~~~ /usr/include/c++/13/bits/basic_string.h:3674:5: note: template argument deduction/substitution failed: copii2.cpp:7:26: note: mismatched types ‘const _CharT*’ and ‘main()::<lambda()>’ 7 | t=[(F*3)*n]+[(B*2)*n]; | ^ /usr/include/c++/13/bits/basic_string.h:3681:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> std::__cxx11::basic_string<_CharT, _Traits, _Alloc> std::operator+(_CharT, __cxx11::basic_string<_CharT, _Traits, _Alloc>&&)’ 3681 | operator+(_CharT __lhs, | ^~~~~~~~ /usr/include/c++/13/bits/basic_string.h:3681:5: note: template argument deduction/substitution failed: copii2.cpp:7:26: note: ‘main()::<lambda()>’ is not derived from ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’ 7 | t=[(F*3)*n]+[(B*2)*n]; | ^ /usr/include/c++/13/bits/basic_string.h:3688:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> std::__cxx11::basic_string<_CharT, _Traits, _Alloc> std::operator+(__cxx11::basic_string<_CharT, _Traits, _Alloc>&&, const _CharT*)’ 3688 | operator+(basic_string<_CharT, _Traits, _Alloc>&& __lhs, | ^~~~~~~~ /usr/include/c++/13/bits/basic_string.h:3688:5: note: template argument deduction/substitution failed: copii2.cpp:7:26: note: ‘main()::<lambda()>’ is not derived from ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’ 7 | t=[(F*3)*n]+[(B*2)*n]; | ^ /usr/include/c++/13/bits/basic_string.h:3695:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> std::__cxx11::basic_string<_CharT, _Traits, _Alloc> std::operator+(__cxx11::basic_string<_CharT, _Traits, _Alloc>&&, _CharT)’ 3695 | operator+(basic_string<_CharT, _Traits, _Alloc>&& __lhs, | ^~~~~~~~ /usr/include/c++/13/bits/basic_string.h:3695:5: note: template argument deduction/substitution failed: copii2.cpp:7:26: note: ‘main()::<lambda()>’ is not derived from ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’ 7 | t=[(F*3)*n]+[(B*2)*n]; | ^ copii2.cpp:5:13: warning: unused variable ‘n’ [-Wunused-variable] 5 | int F,B,n,t; | ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Copii2 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ă.