#1360
Suma Gauss
Se citește n
număr natural. Calculați suma numerelor naturale mai mici sau egale cu n
.
Problema | Suma Gauss | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54364550 | Utilizator | |
Fișier | suma_gauss.cpp | Dimensiune | 132 B |
Data încărcării | 26 Noiembrie 2024, 18:30 | Scor / rezultat | Eroare de compilare |
suma_gauss.cpp: In function 'int main()': suma_gauss.cpp:7:14: error: expected identifier before '(' token cout << [(n+1)*n]/2; ^ suma_gauss.cpp: In lambda function: suma_gauss.cpp:7:22: error: expected '{' before '/' token cout << [(n+1)*n]/2; ^ suma_gauss.cpp: In function 'int main()': suma_gauss.cpp:7:22: error: no match for 'operator/' (operand types are 'main()::__lambda4' and 'int') suma_gauss.cpp:7:22: note: candidates are: In file included from /usr/include/c++/4.8/ccomplex:38:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:52, from suma_gauss.cpp:1: /usr/include/c++/4.8/complex:414:5: note: template<class _Tp> std::complex<_Tp> std::operator/(const std::complex<_Tp>&, const std::complex<_Tp>&) operator/(const complex<_Tp>& __x, const complex<_Tp>& __y) ^ /usr/include/c++/4.8/complex:414:5: note: template argument deduction/substitution failed: suma_gauss.cpp:7:23: note: 'main()::__lambda4' is not derived from 'const std::complex<_Tp>' cout << [(n+1)*n]/2; ^ In file included from /usr/include/c++/4.8/ccomplex:38:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:52, from suma_gauss.cpp:1: /usr/include/c++/4.8/complex:423:5: note: template<class _Tp> std::complex<_Tp> std::operator/(const std::complex<_Tp>&, const _Tp&) operator/(const complex<_Tp>& __x, const _Tp& __y) ^ /usr/include/c++/4.8/complex:423:5: note: template argument deduction/substitution failed: suma_gauss.cpp:7:23: note: 'main()::__lambda4' is not derived from 'const std::complex<_Tp>' cout << [(n+1)*n]/2; ^ In file included from /usr/include/c++/4.8/ccomplex:38:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:52, from suma_gauss.cpp:1: /usr/include/c++/4.8/complex:432:5: note: template<class _Tp> std::complex<_Tp> std::operator/(const _Tp&, const std::complex<_Tp>&) operator/(const _Tp& __x, const complex<_Tp>& __y) ^ /usr/include/c++/4.8/complex:432:5: note: template argument deduction/substitution failed: suma_gauss.cpp:7:23: note: mismatched types 'const std::complex<_Tp>' and 'int' cout << [(n+1)*n]/2; ^ In file included from /usr/include/c++/4.8/valarray:587:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94, from suma_gauss.cpp:1: /usr/include/c++/4.8/bits/valarray_after.h:405:5: note: template<class _Dom1, class _Dom2> std::_Expr<std::_BinClos<std::__divides, std::_Expr, std::_Expr, _Dom1, _Dom2>, typename std::__fun<std::__divides, typename _Dom1::value_type>::result_type> std::operator/(const std::_Expr<_Dom1, typename _Dom1::value_type>&, const std::_Expr<_Dom2, typename _Dom2::value_type>&) _DEFINE_EXPR_BINARY_OPERATOR(/, __divides) ^ /usr/include/c++/4.8/bits/valarray_after.h:405:5: note: template argument deduction/substitution failed: suma_gauss.cpp:7:23: note: 'main()::__lambda4' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>' cout << [(n+1)*n]/2; ^ In file included from /usr/include/c++/4.8/valarray:587:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94, from suma_gauss.cpp:1: /usr/include/c++/4.8/bits/valarray_after.h:405:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__divides, std::_Expr, std::_Constant, _Dom, typename _Dom::value_type>, typename std::__fun<std::__divides, typename _Dom1::value_type>::result_type> std::operator/(const std::_Expr<_Dom1, typename _Dom1::value_type>&, const typename _Dom::value_type&) _DEFINE_EXPR_BINARY_OPERATOR(/, __divides) ^ /usr/include/c++/4.8/bits/valarray_after.h:405:5: note: template argument deduction/substitution failed: suma_gauss.cpp:7:23: note: 'main()::__lambda4' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>' cout << [(n+1)*n]/2; ^ In file included from /usr/include/c++/4.8/valarray:587:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94, from suma_gauss.cpp:1: /usr/include/c++/4.8/bits/valarray_after.h:405:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__divides, std::_Constant, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__divides, typename _Dom1::value_type>::result_type> std::operator/(const typename _Dom::value_type&, const std::_Expr<_Dom1, typename _Dom1::value_type>&) _DEFINE_EXPR_BINARY_OPERATOR(/, __divides) ^ /usr/include/c++/4.8/bits/valarray_after.h:405:5: note: template argument deduction/substitution failed: suma_gauss.cpp:7:23: note: mismatched types 'const std::_Expr<_Dom1, typename _Dom1::value_type>' and 'int' cout << [(n+1)*n]/2; ^ In file included from /usr/include/c++/4.8/valarray:587:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94, from suma_gauss.cpp:1: /usr/include/c++/4.8/bits/valarray_after.h:405:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__divides, std::_Expr, std::_ValArray, _Dom, typename _Dom::value_type>, typename std::__fun<std::__divides, typename _Dom1::value_type>::result_type> std::operator/(const std::_Expr<_Dom1, typename _Dom1::value_type>&, const std::valarray<typename _Dom::value_type>&) _DEFINE_EXPR_BINARY_OPERATOR(/, __divides) ^ /usr/include/c++/4.8/bits/valarray_after.h:405:5: note: template argument deduction/substitution failed: suma_gauss.cpp:7:23: note: 'main()::__lambda4' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>' cout << [(n+1)*n]/2; ^ In file included from /usr/include/c++/4.8/valarray:587:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94, from suma_gauss.cpp:1: /usr/include/c++/4.8/bits/valarray_after.h:405:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__divides, std::_ValArray, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__divides, typename _Dom1::value_type>::result_type> std::operator/(const std::valarray<typename _Dom::value_type>&, const std::_Expr<_Dom1, typename _Dom1::value_type>&) _DEFINE_EXPR_BINARY_OPERATOR(/, __divides) ^ /usr/include/c++/4.8/bits/valarray_after.h:405:5: note: template argument deduction/substitution failed: suma_gauss.cpp:7:23: note: 'main()::__lambda4' is not derived from 'const std::valarray<typename _Dom::value_type>' cout << [(n+1)*n]/2; ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0, from suma_gauss.cpp:1: /usr/include/c++/4.8/valarray:1170:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__divides, std::_ValArray, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__divides, _Tp>::result_type> std::operator/(const std::valarray<_Tp>&, const std::valarray<_Tp>&) _DEFINE_BINARY_OPERATOR(/, __divides) ^ /usr/include/c++/4.8/valarray:1170:1: note: template argument deduction/substitution failed: suma_gauss.cpp:7:23: note: 'main()::__lambda4' is not derived from 'const std::valarray<_Tp>' cout << [(n+1)*n]/2; ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0, from suma_gauss.cpp:1: /usr/include/c++/4.8/valarray:1170:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__divides, std::_ValArray, std::_Constant, _Tp, _Tp>, typename std::__fun<std::__divides, _Tp>::result_type> std::operator/(const std::valarray<_Tp>&, const _Tp&) _DEFINE_BINARY_OPERATOR(/, __divides) ^ /usr/include/c++/4.8/valarray:1170:1: note: template argument deduction/substitution failed: suma_gauss.cpp:7:23: note: 'main()::__lambda4' is not derived from 'const std::valarray<_Tp>' cout << [(n+1)*n]/2; ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0, from suma_gauss.cpp:1: /usr/include/c++/4.8/valarray:1170:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__divides, std::_Constant, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__divides, _Tp>::result_type> std::operator/(const _Tp&, const std::valarray<_Tp>&) _DEFINE_BINARY_OPERATOR(/, __divides) ^ /usr/include/c++/4.8/valarray:1170:1: note: template argument deduction/substitution failed: suma_gauss.cpp:7:23: note: mismatched types 'const std::valarray<_Tp>' and 'int' cout << [(n+1)*n]/2; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Suma Gauss 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ă.