Borderou de evaluare (job #3161561)
Utilizator | Data | 27 octombrie 2023 14:57:43 | |
---|---|---|---|
Problema | Colaj | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:12:31: error: 'int y1 [205]' redeclared as different kind of entity
12 | int P, N, M, x1[NMAX], y1[NMAX], x2[NMAX], y2[NMAX], nx[NMAX], ny[NMAX], sx, sy, mat[NMAX][NMAX], total;
| ^
In file included from /usr/include/features.h:490,
from /usr/include/c++/12.2.1/x86_64-pc-linux-gnu/bits/os_defines.h:39,
from /usr/include/c++/12.2.1/x86_64-pc-linux-gnu/bits/c++config.h:655,
from /usr/include/c++/12.2.1/cassert:43,
from /usr/include/c++/12.2.1/x86_64-pc-linux-gnu/bits/stdc++.h:33,
from main.cpp:2:
/usr/include/bits/mathcalls.h:224:1: note: previous declaration 'double y1(double)'
224 | __MATHCALL (y1,, (_Mdouble_));
| ^~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:29:25: warning: pointer to a function used in arithmetic [-Wpointer-arith]
29 | fin>>x1[i]>>y1[i]>>x2[i]>>y2[i];
| ^
main.cpp:29:19: error: no match for 'operator>>' (operand types are 'std::basic_istream<char>::__istream_type' {aka 'std::basic_istream<char>'} and 'double(double) noexcept')
29 | fin>>x1[i]>>y1[i]>>x2[i]>>y2[i];
| ~~~~~~~~~~^~~~~~~
| | |
| | double(double) noexcept
| std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}
In file included from /usr/include/c++/12.2.1/sstream:38,
from /usr/include/c++/12.2.1/complex:45,
from /usr/include/c++/12.2.1/ccomplex:39,
from /usr/include/c++/12.2.1/x86_64-pc-linux-gnu/bits/stdc++.h:54:
/usr/include/c++/12.2.1/istream:120:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(__istream_type& (*)(__istream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
120 | operator>>(__istream_type& (*__pf)(__istream_type&))
| ^~~~~~~~
/usr/include/c++/12.2.1/istream:120:7: note: conversion of argument 1 would be ill-formed:
main.cpp:29:25: error: invalid conversion from 'double (*)(double) noexcept' to 'std::basic_istream<char>::__istream_type& (*)(std::basic_istream<char>::__istream_type&)' {aka 'std::basic_istream<char>& (*)(std::basic_istream<char>&)'} [-fpermissive]
29 | fin>>x1[i]>>y1[i]>>x2[i]>>y2[i];
| ~~~~^
| |
| double (*)(double) noexcept
/usr/include/c++/12.2.1/istream:124:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(__ios_type& (*)(__ios_type&)) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>; __ios_type = std::basic_ios<char>]' (near match)
124 | operator>>(__ios_type& (*__pf)(__ios_type&))
| ^~~~~~~~
/usr/include/c++/12.2.1/istream:124:7: note: conversion of argument 1 would be ill-formed:
main.cpp:29:25: error: invalid conversion from 'double (*)(double) noexcept' to 'std::basic_istream<char>::__ios_type& (*)(std::basic_istream<char>::__ios_type&)' {aka 'std::basic_ios<char>& (*)(std::basic_ios<char>&)'} [-fpermissive]
29 | fin>>x1[i]>>y1[i]>>x2[i]>>y2[i];
| ~~~~^
| |
| double (*)(double) noexcept
/usr/include/c++/12.2.1/istream:131:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(std::ios_base& (*)(std::ios_base&)) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
131 | operator>>(ios_base& (*__pf)(ios_base&))
| ^~~~~~~~
/usr/include/c++/12.2.1/istream:131:7: note: conversion of argument 1 would be ill-formed:
main.cpp:29:25: error: invalid conversion from 'double (*)(double) noexcept' to 'std::ios_base& (*)(std::ios_base&)' [-fpermissive]
29 | fin>>x1[i]>>y1[i]>>x2[i]>>y2[i];
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !