fork download
  1. using System;
  2. class Program
  3. {
  4. static void Main(string[] args)
  5. {
  6. unchecked
  7. {
  8. Console.WriteLine((ushort)-1);
  9. }
  10. }
  11. }
Success #stdin #stdout 0.02s 14664KB
stdin
Standard input is empty
stdout
65535