0_0_35503875_20260.cpp: In function 'int main()':
0_0_35503875_20260.cpp:5:7: error: no match for 'operator~' (operand type is 'std::istream {aka std::basic_istream<char>}')
while(~cin>>a>>b)
^
0_0_35503875_20260.cpp:5:7: note: candidates are:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:42:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
from 0_0_35503875_20260.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/ios_base.h:87:3: note: constexpr std::_Ios_Fmtflags std::operator~(std::_Ios_Fmtflags)
operator~(_Ios_Fmtflags __a)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/ios_base.h:87:3: note: no known conversion for argument 1 from 'std::istream {aka std::basic_istream<char>}' to 'std::_Ios_Fmtflags'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/ios_base.h:127:3: note: constexpr std::_Ios_Openmode std::operator~(std::_Ios_Openmode)
operator~(_Ios_Openmode __a)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/ios_base.h:127:3: note: no known conversion for argument 1 from 'std::istream {aka std::basic_istream<char>}' to 'std::_Ios_Openmode'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/ios_base.h:165:3: note: constexpr std::_Ios_Iostate std::operator~(std::_Ios_Iostate)
operator~(_Ios_Iostate __a)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/ios_base.h:165:3: note: no known conversion for argument 1 from 'std::istream {aka std::basic_istream<char>}' to 'std::_Ios_Iostate'
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:103:0,
from 0_0_35503875_20260.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/future:150:20: note: constexpr std::launch std::operator~(std::launch)
constexpr launch operator~(launch __x)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/future:150:20: note: no known conversion for argument 1 from 'std::istream {aka std::basic_istream<char>}' to 'std::launch'
|