F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_39648863_27452.cpp: In function 'int main()':
0_0_39648863_27452.cpp:80:13: error: no match for 'operator>>' (operand types are 'std::istream' {aka 'std::basic_istream<char>'} and 'int128' {aka '__int128'})
   80 |         cin >> x1 >> y1 >> x2 >> y2 >> x3 >> y3 >> x >> y;
      |         ~~~ ^~ ~~
      |         |      |
      |         |      int128 {aka __int128}
      |         std::istream {aka std::basic_istream<char>}
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/sstream:40,
                 from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/chrono:45,
                 from 0_0_39648863_27452.cpp:5:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:325:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(void*&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
  325 |       operator>>(void*& __p)
      |       ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:325:7: note:   conversion of argument 1 would be ill-formed:
0_0_39648863_27452.cpp:80:16: error: invalid conversion from 'int128' {aka '__int128'} to 'void*' [-fpermissive]
   80 |         cin >> x1 >> y1 >> x2 >> y2 >> x3 >> y3 >> x >> y;
      |                ^~
      |                |
      |                int128 {aka __int128}
0_0_39648863_27452.cpp:80:16: error: cannot bind rvalue '(void*)((long long int)x1)' to 'void*&'
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:224:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long double&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
  224 |       operator>>(long double& __f)
      |       ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:224:7: note:   conversion of argument 1 would be ill-formed:
0_0_39648863_27452.cpp:80:16: error: cannot bind non-const lvalue reference of type 'long double&' to a value of type 'int128' {aka '__int128'}
   80 |         cin >> x1 >> y1 >> x2 >> y2 >> x3 >> y3 >> x >> y;
      |                ^~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:220:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(double&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
  220 |       operator>>(double& __f)
      |       ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:220:7: note:   conversion of argument 1 would be ill-formed:
0_0_39648863_27452.cpp:80:16: error: cannot bind non-const lvalue reference of type 'double&' to a value of type 'int128' {aka '__int128'}
   80 |         cin >> x1 >> y1 >> x2 >> y2 >> x3 >> y3 >> x >> y;
      |                ^~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:216:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(float&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
  216 |       operator>>(float& __f)
      |       ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:216:7: note:   conversion of argument 1 would be ill-formed:
0_0_39648863_27452.cpp:80:16: error: cannot bind non-const lvalue reference of type 'float&' to a value of type 'int128' {aka '__int128'}
   80 |         cin >> x1 >> y1 >> x2 >> y2 >> x3 >> y3 >> x >> y;
      |                ^~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:201:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long long unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
  201 |       operator>>(unsigned long long& __n)
      |       ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:201:7: note:   conversion of argument 1 would be ill-formed:
0_0_39648863_27452.cpp:80:16: error: cannot bind non-const lvalue reference of type 'long long unsigned int&' to a value of type 'int128' {aka '__int128'}
   80 |         cin >> x1 >> y1 >> x2 >> y2 >> x3 >> y3 >> x >> y;
      |                ^~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:197:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long long int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
  197 |       operator>>(long long& __n)
      |       ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:197:7: note:   conversion of argument 1 would be ill-formed:
0_0_39648863_27452.cpp:80:16: error: cannot bind non-const lvalue reference of type 'long long int&' to a value of type 'int128' {aka '__int128'}
   80 |         cin >> x1 >> y1 >> x2 >> y2 >> x3 >> y3 >> x >> y;
      |                ^~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:192:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
  192 |       operator>>(unsigned long& __n)
      |       ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:192:7: note:   conversion of argument 1 would be ill-formed:
0_0_39648863_27452.cpp:80:16: error: cannot bind non-const lvalue reference of type 'long unsigned int&' to a value of type 'int128' {aka '__int128'}
   80 |         cin >> x1 >> y1 >> x2 >> y2 >> x3 >> y3 >> x >> y;
      |                ^~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:188:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
  188 |       operator>>(long& __n)
      |       ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:188:7: note:   conversion of argument 1 would be ill-formed:
0_0_39648863_27452.cpp:80:16: error: cannot bind non-const lvalue reference of type 'long int&' to a value of type 'int128' {aka '__int128'}
   80 |         cin >> x1 >> y1 >> x2 >> y2 >> x3 >> y3 >> x >> y;
      |                ^~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:184:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
  184 |       operator>>(unsigned int& __n)
      |       ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:184:7: note:   conversion of argument 1 would be ill-formed:
0_0_39648863_27452.cpp:80:16: error: cannot bind non-const lvalue reference of type 'unsigned int&' to a value of type 'int128' {aka '__int128'}
   80 |         cin >> x1 >> y1 >> x2 >> y2 >> x3 >> y3 >> x >> y;
      |                ^~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:181:7: note: candidate: 'std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::operator>>(int&) [with _CharT = char; _Traits = std::char_traits<char>]' (near match)
  181 |       operator>>(int& __n);
      |       ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:181:7: note:   conversion of argument 1 would be ill-formed:
0_0_39648863_27452.cpp:80:16: error: cannot bind non-const lvalue reference of type 'int&' to a value of type 'int128' {aka '__int128'}
   80 |         cin >> x1 >> y1 >> x2 >> y2 >> x3 >> y3 >> x >> y;
      |                ^~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:177:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(short unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
  177 |       operator>>(unsigned short& __n)
      |       ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:177:7: note:   conversion of argument 1 would be ill-formed:
0_0_39648863_27452.cpp:80:16: error: cannot bind non-const lvalue reference of type 'short unsigned int&' to a value of type 'int128' {aka '__int128'}
   80 |         cin >> x1 >> y1 >> x2 >> y2 >> x3 >> y3 >> x >> y;
      |                ^~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:174:7: note: candidate: 'std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::operator>>(short int&) [with _CharT = char; _Traits = std::char_traits<char>]' (near match)
  174 |       operator>>(short& __n);
      |       ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:174:7: note:   conversion of argument 1 would be ill-formed:
0_0_39648863_27452.cpp:80:16: error: cannot bind non-const lvalue reference of type 'short int&' to a value of type 'int128' {aka '__int128'}
   80 |         cin >> x1 >> y1 >> x2 >> y2 >> x3 >> y3 >> x >> y;
      |                ^~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-26 17:11:43, Gzip enabled