/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In member function 'void BigInt::print() const':
/in/foo.cc:365:54: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
     for (int i=pos-1; i>=0; --i) printf("%08d",val[i]);
                                                      ^
# 状态 耗时 内存占用
#1 Accepted 18ms 496.0 KiB
#2 Accepted 17ms 492.0 KiB
#3 Accepted 7ms 488.0 KiB
#4 Runtime Error 4ms 204.0 KiB

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C++
递交时间
2018-08-28 00:32:47
评测时间
2018-08-28 00:32:48
评测机
分数
75
总耗时
47ms
峰值内存
496.0 KiB