记录详情

Compile Error

/in/foo.c:2:5: error: expected ')' before '<' token
    2 | n (n<100)
      |     ^
      |     )
/in/foo.c:3:5: error: invalid suffix "x" on integer constant
    3 | p = 3x^5+4x^2+1
      |     ^~
/in/foo.c:3:10: error: invalid suffix "x" on integer constant
    3 | p = 3x^5+4x^2+1
      |          ^~

信息

递交者
类型
递交
题目
P1036 OO8-1 一元多项式链表类的求值
语言
C
递交时间
2026-03-10 20:39:38
评测时间
2026-03-10 20:39:38
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes