Skip to main content
deleted 18 characters in body
Source Link
Georg Plaz
  • 6k
  • 5
  • 44
  • 66

You can use labels:

label1:  for (int i = 0;;) {   for (int g = 0;;) {   break label1;   }  } 

You can use labels:

label1:  for (int i = 0;;) {   for (int g = 0;;) {   break label1;   }  } 

You can use labels:

label1: for (int i = 0;;) { for (int g = 0;;) { break label1; } } 

youYou can use labels:

 label1 :  for (int i =0;;) = 0;;) {  {  for (int g =0;;)  = 0;;) { break label1;   }   } 

you can use labels:

 label1 : for(int i =0;;)  {  for(int g =0;;)  { break label1; } } 

You can use labels:

label1:  for (int i = 0;;) {  for (int g = 0;;) { break label1;   }   } 

you can use labels;labels:

   label1 : for(int i =0;;)  { for(int g =0;;) {   break label1; }  }   

you can use labels;

  label1 : for(int i =0;;) { for(int g =0;;) { break label1; } }   

you can use labels:

 label1 : for(int i =0;;)  { for(int g =0;;) {   break label1; }  } 
edited body
Source Link
Peter Perháč
  • 20.8k
  • 23
  • 129
  • 153
Loading
Source Link
simon622
  • 3.3k
  • 3
  • 21
  • 12
Loading