#1949
tort_LMA
Un celebru rezolvitor de pe pbinfo
împlinește venerabila vârstă de n
ani. Ceilalți rezolvitori s-au gândit să îi facă o surpriză și să comande un tort special. Acesta are mai multe nivele, toate având forma pătrată, astfel:
n*n
prăjituri fiecare având prețul de 1
leu și având scris numărul 1
în partea de sus.(n-2)*(n-2)
prăjituri fiecare având prețul de 2
lei și având scris numărul 2
în partea de sus.(n-4)*(n-4)
prăjituri fiecare având prețul de 3
lei și având numărul 3
în partea de sus.a) Calculați și afișați numărul de nivele pe care le are tortul special.
b) Afișați tortul, așa cum se vede dacă este privit de sus.
c) Calculați și afișați prețul tortului.
Problema | tort_LMA | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 1 MB
/
Stivă 1 MB
|
Id soluție | #54088466 | Utilizator | |
Fișier | tort_lma.cpp | Dimensiune | 469 B |
Data încărcării | 19 Noiembrie 2024, 15:03 | Scor / rezultat | Eroare de compilare |
tort_lma.cpp:6:5: error: stray '\342' in program cin>›n; ^ tort_lma.cpp:6:5: error: stray '\200' in program tort_lma.cpp:6:5: error: stray '\272' in program tort_lma.cpp:19:9: error: stray '\342' in program cout‹<dmin+1; ^ tort_lma.cpp:19:9: error: stray '\200' in program tort_lma.cpp:19:9: error: stray '\271' in program tort_lma.cpp: In function 'int main()': tort_lma.cpp:6:8: error: no match for 'operator>' (operand types are 'std::istream {aka std::basic_istream<char>}' and 'int') cin>›n; ^ tort_lma.cpp:6:8: 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 tort_lma.cpp:1: /usr/include/c++/4.8/bits/stl_pair.h:233: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:233:5: note: template argument deduction/substitution failed: tort_lma.cpp:6:12: note: 'std::istream {aka std::basic_istream<char>}' is not derived from 'const std::pair<_T1, _T2>' cin>›n; ^ 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 tort_lma.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:309: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:309:5: note: template argument deduction/substitution failed: tort_lma.cpp:6:12: note: 'std::istream {aka std::basic_istream<char>}' is not derived from 'const std::reverse_iterator<_Iterator>' cin>›n; ^ 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 tort_lma.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:359: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:359:5: note: template argument deduction/substitution failed: tort_lma.cpp:6:12: note: 'std::istream {aka std::basic_istream<char>}' is not derived from 'const std::reverse_iterator<_Iterator>' cin>›n; ^ 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 tort_lma.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:1079: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:1079:5: note: template argument deduction/substitution failed: tort_lma.cpp:6:12: note: 'std::istream {aka std::basic_istream<char>}' is not derived from 'const std::move_iterator<_Iterator>' cin>›n; ^ 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 tort_lma.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:1085: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:1085:5: note: template argument deduction/substitution failed: tort_lma.cpp:6:12: note: 'std::istream {aka std::basic_istream<char>}' is not derived from 'const std::move_iterator<_Iterator>' cin>›n; ^ 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 tort_lma.cpp:1: /usr/include/c++/4.8/bits/basic_string.h:2606: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:2606:5: note: template argument deduction/substitution failed: tort_lma.cpp:6:12: note: 'std::istream {aka std::basic_istream<char>}' is not derived from 'const std::basic_string<_CharT, _Traits, _Alloc>' cin>›n; ^ 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 tort_lma.cpp:1: /usr/include/c++/4.8/bits/basic_string.h:2618: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:2618:5: note: template argument deduction/substitution failed: tort_lma.cpp:6:12: note: 'std::istream {aka std::basic_istream<char>}' is not derived from 'const std::basic_string<_CharT, _Traits, _Alloc>' cin>›n; ^ 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 tort_lma.cpp:1: /usr/include/c++/4.8/bits/basic_string.h:2630: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:2630:5: note: template argument deduction/substitution failed: tort_lma.cpp:6:12: note: mismatched types 'const _CharT*' and 'std::basic_istream<char>' cin>›n; ^ tort_lma.cpp:10:13: warning: unused variable 'dmin' [-Wunused-variable] int dmin=100; ^ tort_lma.cpp:11:12: error: 'i' was not declared in this scope if(i-1<dmin) ^ tort_lma.cpp:11:16: error: 'dmin' was not declared in this scope if(i-1<dmin) ^ tort_lma.cpp:13:14: error: 'i' was not declared in this scope if(n-i<dmin) ^ tort_lma.cpp:13:16: error: 'dmin' was not declared in this scope if(n-i<dmin) ^ tort_lma.cpp:15:12: error: 'j' was not declared in this scope if(j-1<dmin) ^ tort_lma.cpp:15:16: error: 'dmin' was not declared in this scope if(j-1<dmin) ^ tort_lma.cpp:16:14: error: 'J' was not declared in this scope dmin=J-1; ^ tort_lma.cpp:17:14: error: 'j' was not declared in this scope if(n-j<dmin) ^ tort_lma.cpp:17:16: error: 'dmin' was not declared in this scope if(n-j<dmin) ^ tort_lma.cpp:19:17: error: 'dmin' was not declared in this scope cout‹<dmin+1; ^ tort_lma.cpp:21:25: error: expected primary-expression before ')' token for(int i=0;i<(n+1)/2;i+) ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema tort_LMA 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ă.