0_0_14531216_7283.cpp:55:8: error: stray '\' in program
printf("-1"\n);
^
0_0_14531216_7283.cpp:8:1: error: 'typedef_int64' does not name a type
typedef_int64 ll;
^
0_0_14531216_7283.cpp:9:1: error: 'll' does not name a type
ll gcd(ll x,ll y)
^
0_0_14531216_7283.cpp:20:10: error: 'll' was not declared in this scope
bool cmp(ll x,ll y)
^
0_0_14531216_7283.cpp:20:15: error: 'll' was not declared in this scope
bool cmp(ll x,ll y)
^
0_0_14531216_7283.cpp:20:19: error: expression list treated as compound expression in initializer [-fpermissive]
bool cmp(ll x,ll y)
^
0_0_14531216_7283.cpp:21:1: error: expected ',' or ';' before '{' token
{
^
0_0_14531216_7283.cpp:24:8: error: 'll' was not declared in this scope
vector<ll> s;
^
0_0_14531216_7283.cpp:24:10: error: template argument 1 is invalid
vector<ll> s;
^
0_0_14531216_7283.cpp:24:10: error: template argument 2 is invalid
0_0_14531216_7283.cpp:24:13: error: invalid type in declaration before ';' token
vector<ll> s;
^
0_0_14531216_7283.cpp: In function 'int main()':
0_0_14531216_7283.cpp:27:4: error: 'll' was not declared in this scope
ll a[100005];
^
0_0_14531216_7283.cpp:28:8: error: expected ';' before 'temp'
ll temp,i,j,k,num=0,x,y,g;
^
0_0_14531216_7283.cpp:33:27: error: 'x' was not declared in this scope
scanf("%I64%I64%I64",&x,&y,&k);
^
0_0_14531216_7283.cpp:33:30: error: 'y' was not declared in this scope
scanf("%I64%I64%I64",&x,&y,&k);
^
0_0_14531216_7283.cpp:33:33: error: 'k' was not declared in this scope
scanf("%I64%I64%I64",&x,&y,&k);
^
0_0_14531216_7283.cpp:34:7: error: request for member 'clear' in 's', which is of non-class type 'int'
s.clear();
^
0_0_14531216_7283.cpp:35:7: error: 'n' was not declared in this scope
n=gcd(ll x,ll y)
^
0_0_14531216_7283.cpp:35:16: error: expected ')' before 'x'
n=gcd(ll x,ll y)
^
0_0_14531216_7283.cpp:35:21: error: expected ')' before 'y'
n=gcd(ll x,ll y)
^
0_0_14531216_7283.cpp:35:22: error: 'gcd' was not declared in this scope
n=gcd(ll x,ll y)
^
0_0_14531216_7283.cpp:36:13: error: 'i' was not declared in this scope
for(i=1;i<sqrt(x);i++)
^
|