/in/foo.cc: In function 'int main()':
/in/foo.cc:11:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(i=1;i<=n;i++)
^~~
/in/foo.cc:12:63: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
cin>>a[i].name>>a[i].qc>>a[i].bc>>a[i].xg>>a[i].xb>>a[i].lw;a[i].s=0;
^
/in/foo.cc:9:16: warning: unused variable 'j' [-Wunused-variable]
int n,i,zjq=0,j,max,p;
^
/in/foo.cc: At global scope:
/in/foo.cc:7:9: warning: 't' defined but not used [-Wunused-variable]
}a[110],t;
^