/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'bool cmp_v(std::vector<int>, std::vector<int>)':
/in/foo.cc:22:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(i=0;i<v1.size();i++) {
          ~^~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:50:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(k=0;k<last_temp_v.size();k++) {
             ~^~~~~~~~~~~~~~~~~~~
/in/foo.cc:84:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(i=0;i<trace[full].size();i++) {
           ~^~~~~~~~~~~~~~~~~~~
/in/foo.cc:32:8: warning: unused variable 'm' [-Wunused-variable]
  int n,m;
        ^
/in/foo.cc:33:6: warning: unused variable 'p' [-Wunused-variable]
  int p,q;
      ^
/in/foo.cc:33:8: warning: unused variable 'q' [-Wunused-variable]
  int p,q;
        ^
# 状态 耗时 内存占用
#1 Accepted 2ms 732.0 KiB
#2 Accepted 1ms 740.0 KiB
#3 Wrong Answer 1ms 736.0 KiB
#4 Accepted 2ms 868.0 KiB
#5 Accepted 1ms 740.0 KiB
#6 Accepted 4ms 1.223 MiB
#7 Wrong Answer 12ms 868.0 KiB
#8 Accepted 121ms 1.172 MiB
#9 Accepted 30ms 1.27 MiB
#10 Wrong Answer 120ms 1.211 MiB

信息

递交者
类型
递交
题目
P1159 岳麓山上打水
语言
C++
递交时间
2021-01-15 10:24:53
评测时间
2021-01-15 10:24:53
评测机
分数
70
总耗时
297ms
峰值内存
1.27 MiB