fork(1) download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7.  
  8. do
  9. int x=1;
  10. //int y=1;
  11. while (false);
  12.  
  13. // your code goes here
  14. }
  15. }
Compilation error #stdin compilation error #stdout 0s 130944KB
stdin
Standard input is empty
compilation info
prog.cs(9,10): error CS1023: An embedded statement may not be a declaration or labeled statement
Compilation failed: 1 error(s), 0 warnings
stdout
Standard output is empty