记录详情

Compile Error

/in/foo.cs(15,87): error CS1525: Unexpected symbol `+', expecting `)', `,', or `identifier'
/in/foo.cs(15,99): error CS1525: Unexpected symbol `,', expecting `;' or `}'
/in/foo.cs(15,134): error CS1525: Unexpected symbol `)', expecting `;' or `}'
/in/foo.cs(16,87): error CS1525: Unexpected symbol `-', expecting `)', `,', or `identifier'
/in/foo.cs(16,99): error CS1525: Unexpected symbol `,', expecting `;' or `}'
/in/foo.cs(16,134): error CS1525: Unexpected symbol `)', expecting `;' or `}'
/in/foo.cs(17,90): error CS1525: Unexpected symbol `.', expecting `)' or `,'
/in/foo.cs(17,135): error CS1525: Unexpected symbol `,', expecting `;' or `}'
/in/foo.cs(17,151): error CS0128: A local variable named `b' is already defined in this scope
/in/foo.cs(17,151): error CS1525: Unexpected symbol `.', expecting `,', `;', or `='
/in/foo.cs(38,208): error CS8124: Tuple must contain at least two elements
/in/foo.cs(38,212): error CS1525: Unexpected symbol `;', expecting `(', `[', or `{'
/in/foo.cs(97,34): error CS8124: Tuple must contain at least two elements
/in/foo.cs(97,36): error CS1525: Unexpected symbol `;', expecting `(', `[', or `{'
/in/foo.cs(100,47): error CS1525: Unexpected symbol `(', expecting `)', `,', or `identifier'
Compilation failed: 15 error(s), 0 warnings

信息

递交者
类型
递交
题目
P1025 OO6-3 高精度整数集合类的插入排序
比赛
2024级《面向对象的方法与实践》第二次作业
语言
C#
递交时间
2025-03-22 19:24:19
评测时间
2025-03-22 19:24:19
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes