0_0_26477825_18489.cpp: In function 'void Dividual(int)':
0_0_26477825_18489.cpp:6:23: error: 'autoa' was not declared in this scope
#define fo(i,l,r) for(autoa i=l,_end=r;i<=_end;++i)
^
0_0_26477825_18489.cpp:108:4: note: in expansion of macro 'fo'
fo(i,1,cnt)vv[tt[i]]=0;
^
0_0_26477825_18489.cpp:108:7: error: 'i' was not declared in this scope
fo(i,1,cnt)vv[tt[i]]=0;
^
0_0_26477825_18489.cpp:6:40: note: in definition of macro 'fo'
#define fo(i,l,r) for(autoa i=l,_end=r;i<=_end;++i)
^
0_0_26477825_18489.cpp: In function 'int main()':
0_0_26477825_18489.cpp:6:23: error: 'autoa' was not declared in this scope
#define fo(i,l,r) for(autoa i=l,_end=r;i<=_end;++i)
^
0_0_26477825_18489.cpp:126:3: note: in expansion of macro 'fo'
fo(i,1,n)scanf("%d",&a[i] ) ;
^
0_0_26477825_18489.cpp:126:6: error: 'i' was not declared in this scope
fo(i,1,n)scanf("%d",&a[i] ) ;
^
0_0_26477825_18489.cpp:6:40: note: in definition of macro 'fo'
#define fo(i,l,r) for(autoa i=l,_end=r;i<=_end;++i)
^
0_0_26477825_18489.cpp:6:43: error: '_end' was not declared in this scope
#define fo(i,l,r) for(autoa i=l,_end=r;i<=_end;++i)
^
0_0_26477825_18489.cpp:126:3: note: in expansion of macro 'fo'
fo(i,1,n)scanf("%d",&a[i] ) ;
^
0_0_26477825_18489.cpp:6:23: error: 'autoa' was not declared in this scope
#define fo(i,l,r) for(autoa i=l,_end=r;i<=_end;++i)
^
0_0_26477825_18489.cpp:127:3: note: in expansion of macro 'fo'
fo(i,2,n){
^
0_0_26477825_18489.cpp:127:6: error: 'i' was not declared in this scope
fo(i,2,n){
^
0_0_26477825_18489.cpp:6:40: note: in definition of macro 'fo'
#define fo(i,l,r) for(autoa i=l,_end=r;i<=_end;++i)
^
0_0_26477825_18489.cpp:6:43: error: '_end' was not declared in this scope
#define fo(i,l,r) for(autoa i=l,_end=r;i<=_end;++i)
^
0_0_26477825_18489.cpp:127:3: note: in expansion of macro 'fo'
fo(i,2,n){
^
0_0_26477825_18489.cpp:6:23: error: 'autoa' was not declared in this scope
#define fo(i,l,r) for(autoa i=l,_end=r;i<=_end;++i)
^
0_0_26477825_18489.cpp:133:3: note: in expansion of macro 'fo'
fo(i,1,n) g[i]=0,v[i]=0;
^
0_0_26477825_18489.cpp:133:6: error: 'i' was not declared in this scope
fo(i,1,n) g[i]=0,v[i]=0;
^
0_0_26477825_18489.cpp:6:40: note: in definition of macro 'fo'
#define fo(i,l,r) for(autoa i=l,_end=r;i<=_end;++i)
^
0_0_26477825_18489.cpp:6:43: error: '_end' was not declared in this scope
#define fo(i,l,r) for(autoa i=l,_end=r;i<=_end;++i)
^
0_0_26477825_18489.cpp:133:3: note: in expansion of macro 'fo'
fo(i,1,n) g[i]=0,v[i]=0;
^
|