0_0_32490433_13118.cpp:44:19: error: declaration does not declare anything [-fpermissive]
typedef long long __int128;
^
0_0_32490433_13118.cpp:46:1: error: 'lll' does not name a type
lll Read() {
^
0_0_32490433_13118.cpp:57:1: error: 'lll' does not name a type
lll n, a, b;
^
0_0_32490433_13118.cpp:59:1: error: 'lll' does not name a type
lll f(lll x) {
^
0_0_32490433_13118.cpp: In function 'void test_case()':
0_0_32490433_13118.cpp:70:5: error: 'n' was not declared in this scope
n = Read();
^
0_0_32490433_13118.cpp:70:14: error: 'Read' was not declared in this scope
n = Read();
^
0_0_32490433_13118.cpp:71:5: error: 'a' was not declared in this scope
a = Read();
^
0_0_32490433_13118.cpp:72:5: error: 'b' was not declared in this scope
b = Read();
^
0_0_32490433_13118.cpp:73:5: error: 'lll' was not declared in this scope
lll ans = f(n);
^
0_0_32490433_13118.cpp:74:26: error: 'ans' was not declared in this scope
printf("%lld\n", (ll)ans);
^
|