/ Vijos /

记录详情

Accepted

/in/foo.cc: In constructor 'BIGNUM::BIGNUM()':
/in/foo.cc:11:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
         flag = s[0] = 1;
                ~~~~~^~~
/in/foo.cc: In function 'std::ostream& operator<<(std::ostream&, const BIGNUM&)':
/in/foo.cc:178:29: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%d", a.s[a.s[0]]);
                             ^
/in/foo.cc:180:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
         printf("%09d", a.s[i]);
                              ^
# 状态 耗时 内存占用
#1 Accepted 237ms 94.875 MiB
#2 Accepted 217ms 94.875 MiB
#3 Accepted 227ms 94.875 MiB
#4 Accepted 253ms 94.844 MiB
#5 Accepted 232ms 94.875 MiB
#6 Accepted 196ms 94.875 MiB
#7 Accepted 231ms 94.75 MiB
#8 Accepted 253ms 94.875 MiB
#9 Accepted 266ms 95.0 MiB
#10 Accepted 199ms 94.852 MiB

信息

递交者
类型
递交
题目
P1588 笨笨的瓮中捉鳖
语言
C++
递交时间
2018-08-24 20:39:45
评测时间
2018-08-24 20:39:45
评测机
分数
100
总耗时
2315ms
峰值内存
95.0 MiB