/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In member function 'Matrix Matrix::clear()':
/in/foo.cc:61:2: warning: no return statement in function returning non-void [-Wreturn-type]
  }
  ^
/in/foo.cc: In member function 'Matrix Matrix::display()':
/in/foo.cc:80:2: warning: no return statement in function returning non-void [-Wreturn-type]
  }
  ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:101:25: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
  scanf("%d%d%d",&n,&k,&p);
                 ~~      ^
/in/foo.cc:101:25: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'll* {aka long long int*}' [-Wformat=]
/in/foo.cc:101:25: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'll* {aka long long int*}' [-Wformat=]
/in/foo.cc:156:27: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized]
    tmp=pow(tmp,maa,n-len[e]);
                      ~~~~~^
# 状态 耗时 内存占用
#1 Accepted 10ms 10.363 MiB
#2 Accepted 10ms 10.375 MiB
#3 Accepted 5ms 10.332 MiB
#4 Accepted 5ms 10.375 MiB
#5 Accepted 5ms 10.367 MiB
#6 Accepted 5ms 10.352 MiB
#7 Wrong Answer 5ms 10.359 MiB
#8 Accepted 5ms 10.332 MiB
#9 Wrong Answer 5ms 10.355 MiB
#10 Accepted 5ms 10.332 MiB
#11 Accepted 5ms 10.367 MiB
#12 Accepted 15ms 10.367 MiB
#13 Accepted 6ms 10.352 MiB
#14 Wrong Answer 41ms 22.363 MiB
#15 Wrong Answer 75ms 14.359 MiB
#16 Wrong Answer 5ms 10.375 MiB
#17 Wrong Answer 7ms 10.352 MiB
#18 Wrong Answer 12ms 20.371 MiB
#19 Wrong Answer 312ms 16.719 MiB
#20 Wrong Answer 260ms 24.367 MiB

信息

递交者
类型
递交
题目
P1817 兔农
语言
C++
递交时间
2017-10-09 19:53:55
评测时间
2017-10-09 19:53:55
评测机
分数
55
总耗时
806ms
峰值内存
24.367 MiB