/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'bool check(std::__cxx11::string, std::__cxx11::string, std::__cxx11::string)':
/in/foo.cc:46:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<one.length();i++)
              ~^~~~~~~~~~~~~
/in/foo.cc:76:9: warning: 'bloc' may be used uninitialized in this function [-Wmaybe-uninitialized]
   bloc++;
         ^
/in/foo.cc:65:12: note: 'bloc' was declared here
  int aloc, bloc;
            ^~~~
/in/foo.cc:76:9: warning: 'bloc' may be used uninitialized in this function [-Wmaybe-uninitialized]
   bloc++;
         ^
/in/foo.cc:65:12: note: 'bloc' was declared here
  int aloc, bloc;
            ^~~~
/in/foo.cc: In member function 'int array::distance(char, char)':
/in/foo.cc:76:9: warning: 'bloc' may be used uninitialized in this function [-Wmaybe-uninitialized]
   bloc++;
         ^
# 状态 耗时 内存占用
#1 Accepted 1ms 200.0 KiB
#2 Accepted 1ms 200.0 KiB
#3 Accepted 1ms 204.0 KiB
#4 Accepted 1ms 204.0 KiB
#5 Accepted 1ms 208.0 KiB
#6 Accepted 1ms 204.0 KiB
#7 Accepted 2ms 332.0 KiB
#8 Accepted 2ms 328.0 KiB
#9 Accepted 2ms 336.0 KiB
#10 Accepted 3ms 328.0 KiB

信息

递交者
类型
递交
题目
P1449 字符串还原
语言
C++
递交时间
2020-01-21 11:56:35
评测时间
2020-01-21 11:56:35
评测机
分数
100
总耗时
19ms
峰值内存
336.0 KiB