Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:36:10: warning: unused variable 'n1' [-Wunused-variable]
  int num,n1,n2,L,k,n;
          ^~
/in/foo.cc:61:11: warning: 'num' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<num;
           ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1021 最长重复子串
 - 语言
 - C++
 - 递交时间
 - 2021-12-29 19:50:40
 - 评测时间
 - 2021-12-29 19:50:40
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 3ms
 - 峰值内存
 - 372.0 KiB