0_0_34967117_7424.cpp:2:1: error: 'll' does not name a type
ll a, b, d;
^
0_0_34967117_7424.cpp:4:1: error: 'll' does not name a type
ll gcd(ll a, ll b){
^
0_0_34967117_7424.cpp:11:1: error: 'll' does not name a type
ll jie[30];
^
0_0_34967117_7424.cpp:12:1: error: 'll' does not name a type
ll tem[30];
^
0_0_34967117_7424.cpp:13:1: error: 'll' does not name a type
ll res[30];
^
0_0_34967117_7424.cpp: In function 'void init()':
0_0_34967117_7424.cpp:15:5: error: 'll' was not declared in this scope
ll mul = 1, sum;
^
0_0_34967117_7424.cpp:17:9: error: 'mul' was not declared in this scope
mul *= i;
^
0_0_34967117_7424.cpp:18:9: error: 'jie' was not declared in this scope
jie[i] = mul;
^
0_0_34967117_7424.cpp:19:9: error: 'sum' was not declared in this scope
sum = 0;
^
0_0_34967117_7424.cpp:21:13: error: 'tem' was not declared in this scope
tem[j] = mul/j;
^
0_0_34967117_7424.cpp:24:9: error: 'res' was not declared in this scope
res[i] = sum*i;
^
0_0_34967117_7424.cpp: At global scope:
0_0_34967117_7424.cpp:28:13: error: 'll' was not declared in this scope
int get_len(ll x, ll y){
^
0_0_34967117_7424.cpp:28:19: error: 'll' was not declared in this scope
int get_len(ll x, ll y){
^
0_0_34967117_7424.cpp:28:23: error: expression list treated as compound expression in initializer [-fpermissive]
int get_len(ll x, ll y){
^
0_0_34967117_7424.cpp:28:24: error: expected ',' or ';' before '{' token
int get_len(ll x, ll y){
^
|