/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:31:10: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   31 | printf("%d\n",maxx);
      |         ~^    ~~~~
      |          |    |
      |          int  long long int
      |         %lld
# 状态 耗时 内存占用
#1 Accepted 257ms 1.676 MiB

信息

递交者
类型
递交
题目
P1580 最大矩形
语言
C++
递交时间
2025-10-03 17:47:27
评测时间
2025-10-03 17:47:27
评测机
分数
100
总耗时
257ms
峰值内存
1.676 MiB