Accepted

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

信息

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