/ 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 736.0 KiB
#2 Accepted 1ms 740.0 KiB
#3 Wrong Answer 1ms 740.0 KiB
#4 Accepted 2ms 860.0 KiB
#5 Accepted 2ms 744.0 KiB
#6 Accepted 4ms 1.27 MiB
#7 Wrong Answer 13ms 872.0 KiB
#8 Accepted 178ms 1.172 MiB
#9 Accepted 47ms 1.27 MiB
#10 Wrong Answer 156ms 1.207 MiB

信息

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