/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void work(int)':
/in/foo.cc:28:15: warning: unused variable 's' [-Wunused-variable]
     long long s=0; int num=1000000008;
               ^
/in/foo.cc:28:24: warning: unused variable 'num' [-Wunused-variable]
     long long s=0; int num=1000000008;
                        ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:108:55: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
      printf("%d\n%I64d\n",dp[l[1]][0][1],f[l[1]][0][1]);
                                                       ^
/in/foo.cc:111:58: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
       printf("%d\n%I64d\n",1+dp[l[1]][1][0],f[l[1]][1][0]);
                                                          ^
/in/foo.cc:113:77: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
       printf("%d\n%I64d\n",1+dp[l[1]][1][0],(f[l[1]][0][1]+f[l[1]][1][0])%mo);
                                                                             ^
# 状态 耗时 内存占用
#1 Wrong Answer 4ms 5.961 MiB
#2 Wrong Answer 4ms 6.09 MiB
#3 Wrong Answer 4ms 8.094 MiB
#4 Wrong Answer 3ms 5.59 MiB
#5 Wrong Answer 4ms 8.211 MiB
#6 Wrong Answer 4ms 8.309 MiB
#7 Wrong Answer 4ms 6.0 MiB
#8 Wrong Answer 34ms 8.379 MiB
#9 Wrong Answer 30ms 8.391 MiB
#10 Wrong Answer 32ms 8.328 MiB

信息

递交者
类型
递交
题目
P1770 大内密探
语言
C++
递交时间
2020-10-26 20:49:39
评测时间
2020-10-26 20:49:39
评测机
分数
0
总耗时
129ms
峰值内存
8.391 MiB