0_0_32514259_10276.cpp:9:1: error: 'll' does not name a type
ll a,m,n,k,p;
^
0_0_32514259_10276.cpp:14:1: error: 'll' does not name a type
ll find(ll a,ll x,ll n)
^
0_0_32514259_10276.cpp: In function 'int main()':
0_0_32514259_10276.cpp:28:14: error: 'p' was not declared in this scope
scanf("%d",&p);
^
0_0_32514259_10276.cpp:31:30: error: 'a' was not declared in this scope
scanf("%lld%lld%lld%lld",&a,&m,&n,&k);
^
0_0_32514259_10276.cpp:31:33: error: 'm' was not declared in this scope
scanf("%lld%lld%lld%lld",&a,&m,&n,&k);
^
0_0_32514259_10276.cpp:31:36: error: 'n' was not declared in this scope
scanf("%lld%lld%lld%lld",&a,&m,&n,&k);
^
0_0_32514259_10276.cpp:31:39: error: 'k' was not declared in this scope
scanf("%lld%lld%lld%lld",&a,&m,&n,&k);
^
0_0_32514259_10276.cpp:32:2: error: 'll' was not declared in this scope
ll t=gcd(m,n);
^
0_0_32514259_10276.cpp:33:26: error: 't' was not declared in this scope
printf("%lld\n",(find(a,t,k)-1+k)%k);
^
|