记录详情

Compile Error

/in/foo.cs(13,87): error CS1525: Unexpected symbol `+', expecting `)', `,', or `identifier'
/in/foo.cs(13,99): error CS1525: Unexpected symbol `,', expecting `;' or `}'
/in/foo.cs(13,134): error CS1525: Unexpected symbol `)', expecting `;' or `}'
/in/foo.cs(14,87): error CS1525: Unexpected symbol `-', expecting `)', `,', or `identifier'
/in/foo.cs(14,99): error CS1525: Unexpected symbol `,', expecting `;' or `}'
/in/foo.cs(14,134): error CS1525: Unexpected symbol `)', expecting `;' or `}'
/in/foo.cs(15,90): error CS1525: Unexpected symbol `.', expecting `)' or `,'
/in/foo.cs(15,135): error CS1525: Unexpected symbol `,', expecting `;' or `}'
/in/foo.cs(15,151): error CS0128: A local variable named `b' is already defined in this scope
/in/foo.cs(15,151): error CS1525: Unexpected symbol `.', expecting `,', `;', or `='
/in/foo.cs(41,52): error CS1525: Unexpected symbol `(', expecting `)', `,', or `identifier'
/in/foo.cs(41,83): error CS1525: Unexpected symbol `.', expecting `)', `,', or `identifier'
Compilation failed: 12 error(s), 0 warnings

信息

递交者
类型
递交
题目
P1021 OO5-1 一元多项式类的求值
比赛
2024级《面向对象的方法与实践》第二次作业
语言
C#
递交时间
2025-03-22 18:04:14
评测时间
2025-03-22 18:04:14
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes