Compilation failed: 8 error(s), 0 warnings
/w/foo.cs(2,0): error CS1024: Wrong preprocessor directive
/w/foo.cs(3,0): error CS1024: Wrong preprocessor directive
/w/foo.cs(4,0): error CS1024: Wrong preprocessor directive
/w/foo.cs(4,6): error CS1525: Unexpected symbol `namespace', expecting `identifier' or `static'
/w/foo.cs(4,19): error CS1525: Unexpected symbol `;', expecting `identifier' or `static'
/w/foo.cs(6,4): error CS1525: Unexpected symbol `string', expecting `identifier' or `static'
/w/foo.cs(9,8): error CS1525: Unexpected symbol `printf', expecting `identifier' or `static'
/w/foo.cs(10,5): error CS1514: Unexpected symbol `}', expecting `.' or `{'
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。