Accepted

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

信息

递交者
类型
递交
题目
P1159 最长重复子串
语言
C++
递交时间
2021-12-05 11:03:13
评测时间
2021-12-05 11:03:13
评测机
分数
100
总耗时
3ms
峰值内存
400.0 KiB