记录详情

Compile Error

/in/foo.c: In function 'addPolynomials':
/in/foo.c:41:9: error: expected declaration or statement at end of input
         if (poly1->terms[index1].exponent > poly2->terms[index2].exponent) {
         ^~
/in/foo.c:41:9: error: expected declaration or statement at end of input
/in/foo.c:41:9: error: expected declaration or statement at end of input
/in/foo.c:37:33: warning: unused variable 'indexResult' [-Wunused-variable]
     int index1 = 0, index2 = 0, indexResult = 0;
                                 ^~~~~~~~~~~

信息

递交者
类型
自测
语言
C
递交时间
2024-12-10 08:02:30
评测时间
2024-12-10 08:02:30
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes