fork download
  1. namespace Hui
  2. {
  3. class Pizda
  4. {
  5. public static void Main(string[] CommandLineArgs)
  6. {
  7. long int var = 100500;
  8. }
  9. }
  10. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cs(7,32): error CS1525: Unexpected symbol `int', expecting `.', `?', `[', `<operator>', or `identifier'
Compilation failed: 1 error(s), 0 warnings
stdout
Standard output is empty