0_0_32490704_15257.cpp:8:14: error: '__int' was not declared in this scope
__int128 cal(__int 128 n) {
^
0_0_32490704_15257.cpp:8:27: error: expected ',' or ';' before '{' token
__int128 cal(__int 128 n) {
^
0_0_32490704_15257.cpp: In function 'int main()':
0_0_32490704_15257.cpp:21:24: error: 'cal' cannot be used as a function
int res = cal(n) % mod;
^
|