Borderou de evaluare (job #2475692)
Utilizator | Data | 17 octombrie 2019 12:59:29 | |
---|---|---|---|
Problema | Menger | Status | done |
Runda | Arhiva ICPC | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:5:12: error: 'int y1' redeclared as different kind of symbol
int g, x1, y1, z1, x2, y2, z2;
^~
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:251:1: note: previous declaration 'double y1(double)'
__MATHCALL (y1,, (_Mdouble_));
^
main.cpp: In function 'int solve(int, int, int, int, int, int, int)':
main.cpp:13:58: error: invalid conversion from 'double (*)(double) throw ()' to 'int' [-fpermissive]
if(inter(xa, xb, x1, x2) == 0 || inter(y1, y2, ya, yb) == 0 || inter(z1, z2, za, zb) == 0) {
^
main.cpp:8:13: note: initializing argument 1 of 'bool inter(int, int, int, int)'
inline bool inter(int a, int b, int c, int d) {
^~~~~
main.cpp: In function 'int main()':
main.cpp:46:24: error: no match for 'operator>>' (operand types are 'std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}' and 'double(double) throw ()')
cin >> g >> x1 >> y1 >> z1 >> x2 >> y2 >> z2;
~~~~~~~~~~~~~~~^~~~~
In file included from /usr/include/c++/6/sstream:38:0,
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/istream:120:7: note: candidate: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(std::basic_istream<_CharT, _Traits>::__istream_type& (*)(std::basic_istream<_CharT, _Traits>::__istream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>] <near match>
operator>>(__istream_type& (*__pf)(__istream_type&))
^~~~~~~~
/usr/include/c++/6/istream:120:7: note: conversion of argument 1 would be ill-formed:
main.cpp:46:27: error: invalid conversion from 'double (*)(double) throw ()' to 'std::basic_istream<char>::__istream_type& (*)(std::basic_istream<char>::__istream_type&) {aka std::basic_istream<char>& (*)(std::basic_istream<char>&)}' [-fpermissive]
cin >> g >> x1 >> y1 >> z1 >> x2 >> y2 >> z2;
^~
In file included from /usr/include/c++/6/sstream:38:0,
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/istream:124:7: note: candidate: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(std::basic_istream<_CharT, _Traits>::__ios_type& (*)(std::basic_istream<_CharT, _Traits>::__ios_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>; std::basic_istream<_CharT, _Traits>::__ios_type = std::basic_ios<char>] <near match>
operator>>(__ios_type& (*__pf)(__ios_type&))
^~~~~~~~
/usr/include/c++/6/istream:124:7: note: conversion of argument 1 would be ill-formed:
main.cpp:46:27: error: invalid conversion from 'double (*)(double) throw ()' to 'std::basic_istream<char>::__ios_type& (*)(std::basic_istream<char>::__ios_type&) {aka std::basic_ios<char>& (*)(std::basic_ios<char>&)}' [-fpermissive]
cin >> g >> x1 >> y1 >> z1 >> x2 >> y2 >> z2;
^~
In file included from /usr/include/c++/6/sstream:38:0,
from /usr/include/c++/6/complex:45,
from /usr/include/c++/6/ccomplex:39,
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !