/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'void multiply(int, const LL (&)[70][70], const LL (&)[70][70], LL (&)[70][70], LL)':
/in/foo.cc:33:29: error: 'memcpy' was not declared in this scope
  memcpy(C, t, sizeof(matrix));
                             ^
/in/foo.cc: In function 'void power_mod(int, const LL (&)[70][70], LL, LL, LL (&)[70][70])':
/in/foo.cc:40:31: error: 'memcpy' was not declared in this scope
  memcpy(cur, A, sizeof(matrix));
                               ^
/in/foo.cc: In function 'LL sum_power_mod(const LL (&)[70][70], LL, LL)':
/in/foo.cc:53:29: error: 'memcpy' was not declared in this scope
  memcpy(B, A, sizeof(matrix));
                             ^

信息

递交者
类型
递交
题目
P2035 奇数偶数与绚丽多彩的数
语言
C++
递交时间
2018-03-12 02:22:48
评测时间
2018-03-24 22:08:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes