记录详情

Compile Error

foo.cc: In function 'int count_coloring(int, int, int)':
foo.cc:15:25: error: 'accumulate' was not declared in this scope
   15 |             dp[i][j] = (accumulate(dp[i-1].begin(), dp[i-1].end(), 0) - dp[i-1][j]) % p;
      |                         ^~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1525 Problem 3C. 彩带染色
语言
C++
递交时间
2023-10-28 20:31:35
评测时间
2023-10-28 20:31:35
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes