记录详情

Compile Error

/in/foo.cc: In function 'int plux(int, int, int*)':
/in/foo.cc:5:9: warning: statement has no effect [-Wunused-value]
   for (i; i <= n; i++) { sum +=a[ i]; };
         ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:31:12: error: expected '}' at end of input
  cal(k,n,a);
            ^

信息

递交者
类型
递交
题目
P1553 Problem 7D. 喷泉
语言
C++
递交时间
2024-01-10 22:15:07
评测时间
2024-01-10 22:15:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes