fork download
  1. #include <iostream>
  2. using System;
  3. using namespace std ;
  4. public class Test
  5. {
  6. public static Main() : void
  7. {
  8. // your code goes here
  9. cout<<"ifgj"<<endl;
  10. }
  11. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.nem:1:9:1:9: error: unsupported preprocessing directive `include'   at Nemerle.Compiler.LexerBase.parse_preprocessor () [0x00000] 
  at Nemerle.Compiler.LexerBase.eat_whitespace () [0x00000] 
  at Nemerle.Compiler.LexerFile.GetToken () [0x00000] 
  at Nemerle.Compiler.PreParser.get_token () [0x00000] 
prog.nem:3:7:3:16: error: expected qualified identifier
prog.nem:3:17:3:20: error: expecting `;' or `='
prog.nem:1:10:1:11: error: parse error near operator `<': expecting expression
prog.nem:1:11:1:19: error: expected `;'
prog.nem:1:11:1:19: error: parse error near identifier `iostream': unexpected token after expression in sequence
prog.nem:2:1:2:14: error: parse error near using declaration: expecting expression
prog.nem:4:1:4:7: error: parse error near keyword `public': unexpected keyword in expression context
prog.nem:4:8:4:13: error: expected `;'
prog.nem:4:8:4:13: error: parse error near keyword `class': unexpected token after expression in sequence
stdout
Standard output is empty