/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:121:21: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
  121 |   if(str[i].length()!=m+1) vis[i]=0;
      |      ~~~~~~~~~~~~~~~^~~~~
foo.cc:112:6: warning: unused variable 'a' [-Wunused-variable]
  112 |  int a,b,c,d;
      |      ^
foo.cc:112:8: warning: unused variable 'b' [-Wunused-variable]
  112 |  int a,b,c,d;
      |        ^
foo.cc:112:10: warning: unused variable 'c' [-Wunused-variable]
  112 |  int a,b,c,d;
      |          ^
foo.cc:112:12: warning: unused variable 'd' [-Wunused-variable]
  112 |  int a,b,c,d;
      |            ^
foo.cc: In function 'char check1(int, int)':
foo.cc:36:1: warning: control reaches end of non-void function [-Wreturn-type]
   36 | }
      | ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Wrong Answer Read 0, expect 1. 2ms 384.0 KiB
#5 Wrong Answer Read 0, expect 1. 2ms 384.0 KiB
#6 Accepted 2ms 384.0 KiB
#7 Accepted 2ms 384.0 KiB
#8 Wrong Answer Read 1, expect 3. 2ms 384.0 KiB
#9 Accepted 2ms 384.0 KiB
#10 Wrong Answer Read 1, expect 2. 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1709 滑动输入法
语言
C++
递交时间
2022-03-26 20:57:49
评测时间
2022-03-26 20:57:49
评测机
分数
60
总耗时
23ms
峰值内存
384.0 KiB