Borderou de evaluare (job #2387334)

Utilizator giotoPopescu Ioan gioto Data 24 martie 2019 15:21:01
Problema Fence Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp:4:25: error: 'int yn' redeclared as different kind of symbol int v, t, n, m, xv, xe, yn, ys; ^~ In file included from /usr/include/features.h:367:0, from /usr/include/x86_64-linux-gnu/c++/6/bits/os_defines.h:39, from /usr/include/x86_64-linux-gnu/c++/6/bits/c++config.h:507, from /usr/include/c++/6/cassert:43, from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:33, from main.cpp:1: /usr/include/x86_64-linux-gnu/bits/mathcalls.h:252:1: note: previous declaration 'double yn(int, double)' __MATHCALL (yn,, (int, _Mdouble_)); ^ main.cpp: In function 'int main()': main.cpp:41:59: warning: format '%d' expects argument of type 'int*', but argument 5 has type 'double (*)(int, double) throw ()' [-Wformat=] scanf("%d%d%d%d%d%d%d", &n, &m, &v, &yn, &ys, &xv, &xe); ^ main.cpp:51:62: error: invalid types 'int [1005][double(int, double) throw ()]' for array subscript for(int i = 1; i < min(xv, xe) ; ++i) Sol = Sol + a[i][yn]; ^ main.cpp:53:34: error: no matching function for call to 'min(double (&)(int, double) throw (), int&)' for(int i = 1; i < min(yn, ys) ; ++i) Sol = Sol + a[xv][i]; ^ In file included from /usr/include/c++/6/bits/char_traits.h:39:0, from /usr/include/c++/6/ios:40, from /usr/include/c++/6/istream:38, from /usr/include/c++/6/sstream:38, from /usr/include/c++/6/complex:45, from /usr/include/c++/6/ccomplex:39, from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:52, from main.cpp:1: /usr/include/c++/6/bits/stl_algobase.h:195:5: note: candidate: template<class _Tp> constexpr const _Tp& std::min(const _Tp&, const _Tp&) min(const _Tp& __a, const _Tp& __b) ^~~ /usr/include/c++/6/bits/stl_algobase.h:195:5: note: template argument deduction/substitution failed: main.cpp:53:34: note: deduced conflicting types for parameter 'const _Tp' ('double(int, double) throw ()' and 'int') for(int i = 1; i < min(yn, ys) ; ++i) Sol = Sol + a[xv][i]; ^ In file included from /usr/include/c++/6/bits/char_traits.h:39:0, from /usr/include/c++/6/ios:40, from /usr/include/c++/6/istream:38, from /usr/include/c++/6/sstream:38, from /usr/include/c++/6/complex:45, from /usr/include/c++/6/ccomplex:39, from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:52, from main.cpp:1: /usr/include/c++/6/bits/stl_algobase.h:243:5: note: candidate: template<class _Tp, class _Compare> constexpr const _Tp& std::min(const _Tp&, const _Tp&, _Compare) min(const _Tp& __a, const _Tp& __b, _Compare __comp) ^~~ /usr/include/c++/6/bits/stl_algobase.h:243:5: note: template argument deduction/substitution failed: main.cpp:53:34: note: deduced conflicting types for parameter 'const _Tp' ('double(int, double) throw ()' and 'int') Non zero exit status: 1

Ceva nu functioneaza?