Problem | exponentiate_ex |
---|---|
User | InfinityIntegral |
Submission Time | 2023-10-13 10:31:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate_ex.cpp: In function ‘__int128 strTo__int128(const string&)’:
exponentiate_ex.cpp:11:8: error: no match for ‘operator>>’ (operand types are ‘std::stringstream’ {aka ‘std::__cxx11::basic_stringstream<char>’} and ‘__int128’)
11 | ss >> value;
| ~~ ^~ ~~~~~
| | |
| | __int128
| std::stringstream {aka std::__cxx11::basic_stringstream<char>}
In file included from /usr/include/c++/9/iostream:40,
from exponentiate_ex.cpp:3:
/usr/include/c++/9/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&g