0_0_32711190_9185.cpp:4:2: error: stray '#' in program
__int64 n,m,j;
^
0_0_32711190_9185.cpp:4:8: error: stray '#' in program
__int64 n,m,j;
^
0_0_32711190_9185.cpp:4:14: error: stray '#' in program
__int64 n,m,j;
^
0_0_32711190_9185.cpp:5:2: error: stray '#' in program
while(~scanf("%I64d%I64d",&n,&m)&&(n||m))
^
0_0_32711190_9185.cpp:5:8: error: stray '#' in program
while(~scanf("%I64d%I64d",&n,&m)&&(n||m))
^
0_0_32711190_9185.cpp:5:14: error: stray '#' in program
while(~scanf("%I64d%I64d",&n,&m)&&(n||m))
^
0_0_32711190_9185.cpp:6:2: error: stray '#' in program
{
^
0_0_32711190_9185.cpp:6:8: error: stray '#' in program
{
^
0_0_32711190_9185.cpp:6:14: error: stray '#' in program
{
^
0_0_32711190_9185.cpp:7:2: error: stray '#' in program
j=1;
^
0_0_32711190_9185.cpp:7:8: error: stray '#' in program
j=1;
^
0_0_32711190_9185.cpp:7:14: error: stray '#' in program
j=1;
^
0_0_32711190_9185.cpp:7:20: error: stray '#' in program
j=1;
^
0_0_32711190_9185.cpp:7:26: error: stray '#' in program
j=1;
^
0_0_32711190_9185.cpp:7:32: error: stray '#' in program
j=1;
^
0_0_32711190_9185.cpp:7:38: error: stray '#' in program
j=1;
^
0_0_32711190_9185.cpp:8:2: error: stray '#' in program
while(m%2==0)
^
0_0_32711190_9185.cpp:8:8: error: stray '#' in program
while(m%2==0)
^
0_0_32711190_9185.cpp:8:14: error: stray '#' in program
while(m%2==0)
^
0_0_32711190_9185.cpp:8:20: error: stray '#' in program
while(m%2==0)
^
0_0_32711190_9185.cpp:8:26: error: stray '#' in program
while(m%2==0)
^
0_0_32711190_9185.cpp:8:32: error: stray '#' in program
while(m%2==0)
^
0_0_32711190_9185.cpp:8:38: error: stray '#' in program
while(m%2==0)
^
0_0_32711190_9185.cpp:9:2: error: stray '#' in program
j++,m/=2;
^
0_0_32711190_9185.cpp:9:8: error: stray '#' in program
j++,m/=2;
^
0_0_32711190_9185.cpp:9:14: error: stray '#' in program
j++,m/=2;
^
0_0_32711190_9185.cpp:9:20: error: stray '#' in program
j++,m/=2;
^
0_0_32711190_9185.cpp:9:26: error: stray '#' in program
j++,m/=2;
^
0_0_32711190_9185.cpp:9:32: error: stray '#' in program
j++,m/=2;
^
0_0_32711190_9185.cpp:9:38: error: stray '#' in program
j++,m/=2;
^
0_0_32711190_9185.cpp:10:2: error: stray '#' in program
printf("%I64d\n",j);
^
0_0_32711190_9185.cpp:10:8: error: stray '#' in program
printf("%I64d\n",j);
^
0_0_32711190_9185.cpp:10:14: error: stray '#' in program
printf("%I64d\n",j);
^
0_0_32711190_9185.cpp:10:20: error: stray '#' in program
printf("%I64d\n",j);
^
0_0_32711190_9185.cpp:10:26: error: stray '#' in program
printf("%I64d\n",j);
^
0_0_32711190_9185.cpp:10:32: error: stray '#' in program
printf("%I64d\n",j);
^
0_0_32711190_9185.cpp:10:38: error: stray '#' in program
printf("%I64d\n",j);
^
0_0_32711190_9185.cpp:11:2: error: stray '#' in program
}
^
0_0_32711190_9185.cpp:11:8: error: stray '#' in program
}
^
0_0_32711190_9185.cpp:11:14: error: stray '#' in program
}
^
0_0_32711190_9185.cpp:12:2: error: stray '#' in program
return 0;
^
0_0_32711190_9185.cpp:12:8: error: stray '#' in program
return 0;
^
0_0_32711190_9185.cpp:12:14: error: stray '#' in program
return 0;
^
0_0_32711190_9185.cpp: In function 'int main()':
0_0_32711190_9185.cpp:4:3: error: lvalue required as unary '&' operand
__int64 n,m,j;
^
0_0_32711190_9185.cpp:4:9: error: lvalue required as unary '&' operand
__int64 n,m,j;
^
0_0_32711190_9185.cpp:4:15: error: lvalue required as unary '&' operand
__int64 n,m,j;
^
0_0_32711190_9185.cpp:5:3: error: lvalue required as unary '&' operand
while(~scanf("%I64d%I64d",&n,&m)&&(n||m))
^
0_0_32711190_9185.cpp:5:9: error: lvalue required as unary '&' operand
while(~scanf("%I64d%I64d",&n,&m)&&(n||m))
^
0_0_32711190_9185.cpp:5:15: error: lvalue required as unary '&' operand
while(~scanf("%I64d%I64d",&n,&m)&&(n||m))
^
0_0_32711190_9185.cpp:6:3: error: lvalue required as unary '&' operand
{
^
0_0_32711190_9185.cpp:6:9: error: lvalue required as unary '&' operand
{
^
0_0_32711190_9185.cpp:6:15: error: lvalue required as unary '&' operand
{
^
0_0_32711190_9185.cpp:7:3: error: lvalue required as unary '&' operand
j=1;
^
0_0_32711190_9185.cpp:7:9: error: lvalue required as unary '&' operand
j=1;
^
0_0_32711190_9185.cpp:7:15: error: lvalue required as unary '&' operand
j=1;
^
0_0_32711190_9185.cpp:7:21: error: lvalue required as unary '&' operand
j=1;
^
0_0_32711190_9185.cpp:7:27: error: lvalue required as unary '&' operand
j=1;
^
0_0_32711190_9185.cpp:7:33: error: lvalue required as unary '&' operand
j=1;
^
0_0_32711190_9185.cpp:7:39: error: lvalue required as unary '&' operand
j=1;
^
0_0_32711190_9185.cpp:8:3: error: lvalue required as unary '&' operand
while(m%2==0)
^
0_0_32711190_9185.cpp:8:9: error: lvalue required as unary '&' operand
while(m%2==0)
^
0_0_32711190_9185.cpp:8:15: error: lvalue required as unary '&' operand
while(m%2==0)
^
0_0_32711190_9185.cpp:8:21: error: lvalue required as unary '&' operand
while(m%2==0)
^
0_0_32711190_9185.cpp:8:27: error: lvalue required as unary '&' operand
while(m%2==0)
^
0_0_32711190_9185.cpp:8:33: error: lvalue required as unary '&' operand
while(m%2==0)
^
0_0_32711190_9185.cpp:8:39: error: lvalue required as unary '&' operand
while(m%2==0)
^
0_0_32711190_9185.cpp:9:3: error: lvalue required as unary '&' operand
j++,m/=2;
^
0_0_32711190_9185.cpp:9:9: error: lvalue required as unary '&' operand
j++,m/=2;
^
0_0_32711190_9185.cpp:9:15: error: lvalue required as unary '&' operand
j++,m/=2;
^
0_0_32711190_9185.cpp:9:21: error: lvalue required as unary '&' operand
j++,m/=2;
^
0_0_32711190_9185.cpp:9:27: error: lvalue required as unary '&' operand
j++,m/=2;
^
0_0_32711190_9185.cpp:9:33: error: lvalue required as unary '&' operand
j++,m/=2;
^
0_0_32711190_9185.cpp:9:39: error: lvalue required as unary '&' operand
|