fork download
  1. #include<stdio.h>
  2. int main()
  3. {
  4. int t,x=7,n=6;
  5. t=10;
  6. while(t>0)
  7. {
  8.  
  9. if(x>10)
  10. printf("/n%d",(10*(n-1)));
  11. }
  12. return 0;
  13. }
Time limit exceeded #stdin #stdout 5s 4368KB
stdin
7 6
stdout
Standard output is empty