0_0_13125703_14992.cpp: In function 'int main()':
0_0_13125703_14992.cpp:6:3: error: 'int128_t' was not declared in this scope
int128_t a = 0, b = 0;
^
0_0_13125703_14992.cpp:7:21: error: 'a' was not declared in this scope
printf("I128d\n", a + b);
^
0_0_13125703_14992.cpp:7:25: error: 'b' was not declared in this scope
printf("I128d\n", a + b);
^
|