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