/ Vijos /

记录详情

Accepted

/in/foo.cc: In instantiation of 'void bigint<n>::print() const [with long unsigned int n = 1252]':
/in/foo.cc:270:11:   required from here
/in/foo.cc:85:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if (i < length - 1)
        ~~^~~~~~~~~~~~
/in/foo.cc: In instantiation of 'bigint<n> bigint<n>::operator>>(int) const [with long unsigned int n = 1252]':
/in/foo.cc:192:24:   required from 'bigint<n> bigint<n>::operator*(const bigint<n>&) const [with long unsigned int n = 1252]'
/in/foo.cc:269:24:   required from here
/in/foo.cc:204:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (length <= x)
       ~~~~~~~^~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 480.0 KiB
#2 Accepted 269ms 5.605 MiB
#3 Accepted 278ms 5.523 MiB
#4 Accepted 290ms 5.383 MiB
#5 Accepted 271ms 5.477 MiB
#6 Accepted 274ms 5.473 MiB
#7 Accepted 277ms 7.383 MiB
#8 Accepted 288ms 5.375 MiB
#9 Accepted 297ms 5.449 MiB
#10 Accepted 306ms 5.457 MiB

信息

递交者
类型
递交
题目
P2000 A x B Problem
语言
C++
递交时间
2017-10-09 11:17:21
评测时间
2017-10-09 11:21:41
评测机
分数
100
总耗时
2555ms
峰值内存
7.383 MiB