Problem exponentiate_ex
User zyq69
Submission Time 2023-04-17 14:36:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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