/ Vijos /

记录详情

Accepted

foo.cc: In function 'void solve()':
foo.cc:71:14: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   71 |   if(s.size()>=n){
      |      ~~~~~~~~^~~
foo.cc:63:6: warning: unused variable 'len' [-Wunused-variable]
   63 |  int len=0;
      |      ^~~
foo.cc: In function 'int main()':
foo.cc:90:16: warning: unused variable 'num2' [-Wunused-variable]
   90 |     int t = 0, num2 = 0;
      |                ^~~~
foo.cc:101:6: warning: unused variable 'num1' [-Wunused-variable]
  101 |  int num1 = 0;
      |      ^~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 6ms 384.0 KiB
#2 Accepted 4ms 384.0 KiB
#3 Accepted 15ms 384.0 KiB
#4 Accepted 200ms 384.0 KiB
#5 Accepted 226ms 384.0 KiB

信息

递交者
类型
递交
题目
P1181 CoVH之密码破解
语言
C++
递交时间
2022-02-16 17:17:44
评测时间
2022-02-16 17:17:44
评测机
分数
100
总耗时
452ms
峰值内存
384.0 KiB