#766
NrPare
Se dă o matrice cu n
linii şi m
coloane şi elemente numere naturale. Determinați indicele liniei care conține număr maxim de elemente pare. Dacă există mai multe linii cu număr maxim de elemente pare, se vor afișa toți indicii, în ordine crescătoare.
Problema | NrPare | Operații I/O |
![]() |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #58503182 | Utilizator | |
Fișier | nrpare.cpp | Dimensiune | 477 B |
Data încărcării | 12 Iunie 2025, 08:45 | Scor / rezultat | Eroare de compilare |
nrpare.cpp: In function 'int main()': nrpare.cpp:17:20: error: expected identifier before ')' token for(a%[) ^ nrpare.cpp:18:21: error: expected ']' before '}' token } ^ nrpare.cpp: In lambda function: nrpare.cpp:18:21: error: expected '{' before '}' token nrpare.cpp: In function 'int main()': nrpare.cpp:17:18: error: no match for 'operator%' (operand types are 'int [101][101]' and 'main()::__lambda4') for(a%[) ^ nrpare.cpp:17:18: note: candidates are: 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 nrpare.cpp:1: /usr/include/c++/4.8/bits/valarray_after.h:406:5: note: template<class _Dom1, class _Dom2> std::_Expr<std::_BinClos<std::__modulus, std::_Expr, std::_Expr, _Dom1, _Dom2>, typename std::__fun<std::__modulus, 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(%, __modulus) ^ /usr/include/c++/4.8/bits/valarray_after.h:406:5: note: template argument deduction/substitution failed: nrpare.cpp:18:21: note: mismatched types 'const std::_Expr<_Dom1, typename _Dom1::value_type>' and 'int [101][101]' } ^ 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 nrpare.cpp:1: /usr/include/c++/4.8/bits/valarray_after.h:406:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__modulus, std::_Expr, std::_Constant, _Dom, typename _Dom::value_type>, typename std::__fun<std::__modulus, 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(%, __modulus) ^ /usr/include/c++/4.8/bits/valarray_after.h:406:5: note: template argument deduction/substitution failed: nrpare.cpp:18:21: note: mismatched types 'const std::_Expr<_Dom1, typename _Dom1::value_type>' and 'int [101][101]' } ^ 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 nrpare.cpp:1: /usr/include/c++/4.8/bits/valarray_after.h:406:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__modulus, std::_Constant, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__modulus, 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(%, __modulus) ^ /usr/include/c++/4.8/bits/valarray_after.h:406:5: note: template argument deduction/substitution failed: nrpare.cpp:18:21: note: 'main()::__lambda4' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>' } ^ 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 nrpare.cpp:1: /usr/include/c++/4.8/bits/valarray_after.h:406:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__modulus, std::_Expr, std::_ValArray, _Dom, typename _Dom::value_type>, typename std::__fun<std::__modulus, 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(%, __modulus) ^ /usr/include/c++/4.8/bits/valarray_after.h:406:5: note: template argument deduction/substitution failed: nrpare.cpp:18:21: note: mismatched types 'const std::_Expr<_Dom1, typename _Dom1::value_type>' and 'int [101][101]' } ^ 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 nrpare.cpp:1: /usr/include/c++/4.8/bits/valarray_after.h:406:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__modulus, std::_ValArray, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__modulus, 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(%, __modulus) ^ /usr/include/c++/4.8/bits/valarray_after.h:406:5: note: template argument deduction/substitution failed: nrpare.cpp:18:21: note: mismatched types 'const std::valarray<typename _Dom::value_type>' and 'int [101][101]' } ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0, from nrpare.cpp:1: /usr/include/c++/4.8/valarray:1171:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__modulus, std::_ValArray, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__modulus, _Tp>::result_type> std::operator%(const std::valarray<_Tp>&, const std::valarray<_Tp>&) _DEFINE_BINARY_OPERATOR(%, __modulus) ^ /usr/include/c++/4.8/valarray:1171:1: note: template argument deduction/substitution failed: nrpare.cpp:18:21: note: mismatched types 'const std::valarray<_Tp>' and 'int [101][101]' } ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0, from nrpare.cpp:1: /usr/include/c++/4.8/valarray:1171:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__modulus, std::_ValArray, std::_Constant, _Tp, _Tp>, typename std::__fun<std::__modulus, _Tp>::result_type> std::operator%(const std::valarray<_Tp>&, const _Tp&) _DEFINE_BINARY_OPERATOR(%, __modulus) ^ /usr/include/c++/4.8/valarray:1171:1: note: template argument deduction/substitution failed: nrpare.cpp:18:21: note: mismatched types 'const std::valarray<_Tp>' and 'int [101][101]' } ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0, from nrpare.cpp:1: /usr/include/c++/4.8/valarray:1171:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__modulus, std::_Constant, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__modulus, _Tp>::result_type> std::operator%(const _Tp&, const std::valarray<_Tp>&) _DEFINE_BINARY_OPERATOR(%, __modulus) ^ /usr/include/c++/4.8/valarray:1171:1: note: template argument deduction/substitution failed: nrpare.cpp:18:21: note: 'main()::__lambda4' is not derived from 'const std::valarray<_Tp>' } ^ nrpare.cpp:18:21: error: expected ';' before '}' token nrpare.cpp:18:21: error: expected primary-expression before '}' token nrpare.cpp:18:21: error: expected ';' before '}' token nrpare.cpp:18:21: error: expected primary-expression before '}' token nrpare.cpp:18:21: error: expected ')' before '}' token nrpare.cpp:18:21: error: expected primary-expression before '}' token nrpare.cpp:18:21: error: expected ';' before '}' token nrpare.cpp:7:25: warning: unused variable 'maxx' [-Wunused-variable] int n,m,a[101][101],maxx=-1; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema NrPare 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ă.