0_0_17932276_22233.cpp:47:5: error: stray '\243' in program
if(temp==0£©
^
0_0_17932276_22233.cpp:47:5: error: stray '\251' in program
0_0_17932276_22233.cpp:47:5: error: expected initializer before 'if'
0_0_17932276_22233.cpp:52:13: error: 'nn' was not declared in this scope
int res=nn;
^
0_0_17932276_22233.cpp:53:35: error: 'temp' was not declared in this scope
int tt=lower_bound(bit,bit+31,temp)-bit;
^
0_0_17932276_22233.cpp:54:5: error: expected unqualified-id before 'if'
if(tot>abs(bit[tt]-temp))
^
0_0_17932276_22233.cpp:56:5: error: expected unqualified-id before 'else'
else
^
0_0_17932276_22233.cpp:58:5: error: expected unqualified-id before 'if'
if(temp<bit[tt])
^
0_0_17932276_22233.cpp:60:5: error: 'res' does not name a type
res+=tt;
^
0_0_17932276_22233.cpp:61:5: error: 'temp' does not name a type
temp-=bit[tt];
^
0_0_17932276_22233.cpp:62:5: error: expected unqualified-id before 'if'
if(temp)
^
0_0_17932276_22233.cpp:64:8: error: expected constructor, destructor, or type conversion before '(' token
dfs(temp,res);
^
0_0_17932276_22233.cpp:65:1: error: expected declaration before '}' token
}
^
|