/ OPS /

记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:16:17: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'int' [-Wformat=]
   16 |  while (scanf("%d", n)) {
      |                ~^   ~
      |                 |   |
      |                 |   int
      |                 int*
/in/foo.cc:16:14: warning: 'n' is used uninitialized in this function [-Wuninitialized]
   16 |  while (scanf("%d", n)) {
      |         ~~~~~^~~~~~~~~
# 状态 耗时 内存占用
#1 Time Exceeded ≥1001ms ≥231.465 MiB

信息

递交者
类型
递交
题目
P1807 how many 1s
语言
C++
递交时间
2024-04-07 15:58:12
评测时间
2024-04-07 15:58:12
评测机
分数
0
总耗时
≥1001ms
峰值内存
≥231.465 MiB