Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:33:10: warning: unused variable 'n1' [-Wunused-variable]
  int num,n1,n2,L,k,n;
          ^~
/in/foo.cc:58:11: warning: 'num' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<num;
           ^
# 状态 耗时 内存占用
#1 Time Exceeded ≥1000ms ≥404.0 KiB
#2 Time Exceeded ≥1000ms ≥340.0 KiB

信息

递交者
类型
递交
题目
P1159 最长重复子串
语言
C++
递交时间
2021-11-28 18:19:39
评测时间
2021-11-28 18:19:39
评测机
分数
0
总耗时
≥2001ms
峰值内存
≥404.0 KiB