Problem wrongreverse
User zaneyu
Submission Time 2025-06-19 22:28:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wrongreverse.cpp: In function ‘int main()’:
wrongreverse.cpp:72:13: error: no match for ‘operator<’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘__int128’)
72 | cout<138928392839283918239218391232<<' ';
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| | |
| | __int128
| std::ostream {aka std::basic_ostream<char>}
wrongreverse.cpp:72:13: note: candidate: ‘operator<(int, __int128)’ <built-in>
72 | cout<138928392839283918239218391232<<' ';
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wrongreverse.cpp:72:13: note: no known conversion for argument 1 from ‘std::ostream’ {aka ‘std::basic_ostream<char>’} to ‘int’
In file included from /usr/include/c++/9/regex:62,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h