0_0_30844782_25792.cpp:4:1: error: 'll' does not name a type
ll a[maxn],b[maxn];
^
0_0_30844782_25792.cpp: In function 'int main()':
0_0_30844782_25792.cpp:14:27: error: 'a' was not declared in this scope
scanf("%lld",&a[i]);
^
0_0_30844782_25792.cpp:16:27: error: 'b' was not declared in this scope
scanf("%lld",&b[i]);
^
0_0_30844782_25792.cpp:18:9: error: 'll' was not declared in this scope
ll now1=b[n];
^
0_0_30844782_25792.cpp:19:12: error: expected ';' before 'now2'
ll now2=a[n];
^
0_0_30844782_25792.cpp:20:12: error: expected ';' before 'gcd'
ll gcd=__gcd(now1,now2);
^
0_0_30844782_25792.cpp:21:13: error: 'now1' was not declared in this scope
now1/=gcd;
^
0_0_30844782_25792.cpp:21:19: error: 'gcd' was not declared in this scope
now1/=gcd;
^
0_0_30844782_25792.cpp:22:13: error: 'now2' was not declared in this scope
now2/=gcd;
^
0_0_30844782_25792.cpp:25:16: error: expected ';' before 'gcd'
ll gcd=__gcd(now1,now2);
^
0_0_30844782_25792.cpp:28:13: error: 'b' was not declared in this scope
b[pre]*=now2,a[pre]*=now2;
^
0_0_30844782_25792.cpp:28:26: error: 'a' was not declared in this scope
b[pre]*=now2,a[pre]*=now2;
^
|