for(int i=1;i<=4;i++){ for(int j=1;j<=4;j++){ } }
while(n<100){ if(x==20) break; }
while(n<100){ if(x==20) continue; }