/ Vijos /

记录详情

Compile Error

/in/foo.cs(44,13): error CS1547: Keyword `void' cannot be used in this context
/in/foo.cs(44,21): error CS1525: Unexpected symbol `(', expecting `,', `;', or `='
/in/foo.cs(44,34): error CS1525: Unexpected symbol `int', expecting `,', `;', or `='
/in/foo.cs(45,42): error CS1525: Unexpected symbol `)', expecting `;' or `}'
/in/foo.cs(58,17): error CS1525: Unexpected symbol `('
/in/foo.cs(58,13): error CS1520: Class, struct, or interface method must have a return type
/in/foo.cs(58,24): error CS1525: Unexpected symbol `=>'
/in/foo.cs(59,39): error CS1525: Unexpected symbol `,'
/in/foo.cs(59,46): error CS1525: Unexpected symbol `,', expecting `;' or `}'
/in/foo.cs(59,49): error CS1525: Unexpected symbol `,', expecting `;' or `}'
/in/foo.cs(59,58): error CS1002: ; expected
/in/foo.cs(59,59): error CS1519: Unexpected symbol `.' in class, struct, or interface member declaration
/in/foo.cs(59,60): error CS1520: Class, struct, or interface method must have a return type
/in/foo.cs(60,12): error CS1525: Unexpected symbol `)', expecting `:', `;', or `{'
/in/foo.cs(64,17): error CS1525: Unexpected symbol `('
/in/foo.cs(64,13): error CS1520: Class, struct, or interface method must have a return type
/in/foo.cs(64,24): error CS1525: Unexpected symbol `=>'
/in/foo.cs(84,15): error CS1519: Unexpected symbol `try' in class, struct, or interface member declaration
/in/foo.cs(84,17): error CS9010: Primary constructor body is not allowed
/in/foo.cs(96,19): error CS1519: Unexpected symbol `catch' in class, struct, or interface member declaration
/in/foo.cs(96,31): error CS1519: Unexpected symbol `)' in class, struct, or interface member declaration
/in/foo.cs(96,33): error CS9010: Primary constructor body is not allowed
/in/foo.cs(96,33): error CS8041: Primary constructor already has a body
/in/foo.cs(102,16): error CS1525: Unexpected symbol `0'
/in/foo.cs(102,13): error CS1520: Class, struct, or interface method must have a return type
/in/foo.cs(103,30): error CS1519: Unexpected symbol `(' in class, struct, or interface member declaration
/in/foo.cs(103,39): error CS1519: Unexpected symbol `)' in class, struct, or interface member declaration
/in/foo.cs(125,1): error CS1525: Unexpected symbol `}'
Compilation failed: 28 error(s), 0 warnings

信息

递交者
类型
自测
题目
P1755 靶形数独
语言
C#
递交时间
2021-01-18 15:15:15
评测时间
2021-01-18 15:15:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes