unsigned int fp, fq; int mm[100]; int q[3000], res=0; int ccc, ct, no, i, j, k, l, m, n, d, mx, my; char nn[20], oo[10], o1[8], o2[8], o3[8]; main(){ printf("\nLet's Start !!\n"); if( (fp=fopen("results.txt","rb"))==0 ){ printf("\n... [results.txt] file is not found (;_;) ...\n\n"); exit(1); } while(1){ ct=0; while( (d = fgetc(fp)) != 0x0d ) mm[ct++]=d&0xff; mm[ct++]=0; if(mm[0]=='@') break; res++; } fclose(fp); for(i=0;i