记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:31:31: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   31 |                 if (s.find(t) != -1)puts("automaton");
      |                     ~~~~~~~~~~^~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 284.0 KiB
#2 Accepted 1ms 284.0 KiB
#3 Accepted 2ms 328.0 KiB
#4 Accepted 2ms 284.0 KiB

信息

递交者
类型
自测
题目
P1402 Problem 4B. 后缀机器
语言
C++
递交时间
2023-05-18 20:10:58
评测时间
2023-05-18 20:10:58
评测机
分数
40
总耗时
9ms
峰值内存
328.0 KiB