Wrong Answer

foo.cc: In function 'void dfs(std::string)':
foo.cc:8:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    8 |  for (int i=0;i<now.length();i++)
      |               ~^~~~~~~~~~~~~
foo.cc:11:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   11 |   for (int j=0;j<now.length();j++)
      |                ~^~~~~~~~~~~~~
foo.cc:19:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   19 |    for (int j=0;j<now.length();j++)
      |                 ~^~~~~~~~~~~~~
foo.cc:37:18: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   37 |   if(now.length()>maxs)
      |      ~~~~~~~~~~~~^~~~~
foo.cc: In function 'int main()':
foo.cc:50:10: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   50 |   freopen("109.txt","r",stdin);
      |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~
foo.cc:56:11: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   56 |    freopen("109.txt","w",stdout);
      |    ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
foo.cc:63:11: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   63 |    freopen("109.txt","w",stdout);
      |    ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Wrong Answer Read 0, expect 22. 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1107 最长重复子串k
语言
C++
递交时间
2022-07-18 20:54:32
评测时间
2022-07-18 20:54:32
评测机
分数
75
总耗时
8ms
峰值内存
384.0 KiB