/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:30:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   30 |         printf("%d",f[x][m]);
      |                 ~^  ~~~~~~~
      |                  |        |
      |                  int      long long int
      |                 %lld
/in/foo.cc:32:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   32 |         printf("%d",r[x][m]);
      |                 ~^  ~~~~~~~
      |                  |        |
      |                  int      long long int
      |                 %lld
# 状态 耗时 内存占用
#1 Accepted 2ms 476.0 KiB
#2 Accepted 148ms 696.0 KiB
#3 Accepted 177ms 700.0 KiB
#4 Accepted 2ms 532.0 KiB
#5 Accepted 2ms 532.0 KiB
#6 Accepted 2ms 532.0 KiB
#7 Accepted 5ms 584.0 KiB
#8 Accepted 23ms 644.0 KiB
#9 Accepted 50ms 628.0 KiB
#10 Accepted 95ms 676.0 KiB

信息

递交者
类型
递交
题目
最长公共子序列
语言
C++
递交时间
2026-01-16 21:41:41
评测时间
2026-01-16 21:41:41
评测机
分数
100
总耗时
509ms
峰值内存
700.0 KiB