/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'cyx operator^(cyx, int)':
/in/foo.cc:25:16: warning: unused variable 'j' [-Wunused-variable]
         int i, j; for (i = 1; i <= res.m; i++)
                ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:78:17: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
     P = (P ^ n0 - 1) * V; Q = (Q ^ n0 - 1) * W;
              ~~~^~~
/in/foo.cc:78:39: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
     P = (P ^ n0 - 1) * V; Q = (Q ^ n0 - 1) * W;
                                    ~~~^~~
# 状态 耗时 内存占用
#1 Accepted 87ms 20.125 MiB
#2 Accepted 133ms 20.125 MiB
#3 Accepted 381ms 20.25 MiB
#4 Accepted 362ms 20.121 MiB
#5 Accepted 264ms 20.125 MiB
#6 Accepted 266ms 20.125 MiB
#7 Accepted 409ms 20.125 MiB
#8 Accepted 309ms 20.215 MiB
#9 Accepted 616ms 20.203 MiB
#10 Accepted 512ms 20.25 MiB

信息

递交者
类型
递交
题目
P2015 序列计数
语言
C++
递交时间
2017-12-03 19:13:39
评测时间
2017-12-03 19:13:39
评测机
分数
100
总耗时
3344ms
峰值内存
20.25 MiB