Problem movingboxes
User ChickenCoder
Submission Time 2023-06-10 01:13:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

movingboxes.cpp:6:13: error: ‘::main’ must return ‘int’
6 | #define int __int128
| ^~~~~~~~
movingboxes.cpp:119:1: note: in expansion of macro ‘int’
119 | int main(){
| ^~~
movingboxes.cpp: In function ‘int main()’:
movingboxes.cpp:120:6: error: no match for ‘operator>>’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘__int128’)
120 | cin >> n >> q;
| ~~~ ^~ ~
| | |
| | __int128
| std::istream {aka std::basic_istream<char>}
In file included from /usr/include/c++/9/iostream:40,
from movingboxes.cpp:1:
/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