/ Vijos /

记录详情

Runtime Error

/in/foo.cc:9: warning: ignoring '#pragma warning ' [-Wunknown-pragmas]
    9 | #pragma warning(disable:4996)
      | 
/in/foo.cc: In function 'int main()':
/in/foo.cc:62:23: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct datas'; use assignment or value-initialization instead [-Wclass-memaccess]
   62 |                 memset(l, 0, (n + 1) * sizeof(datas));
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:13:8: note: 'struct datas' declared here
   13 | struct datas {
      |        ^~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 1.961 MiB
#2 Accepted 3ms 2.094 MiB
#3 Accepted 3ms 1.457 MiB
#4 Runtime Error 5ms 1.543 MiB

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C++
递交时间
2025-06-23 17:31:28
评测时间
2025-06-23 17:31:28
评测机
分数
75
总耗时
15ms
峰值内存
2.094 MiB