/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:17: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
    8 |  while (scanf("%d", &a) != EOF)
      |                ~^   ~~
      |                 |   |
      |                 |   long long int*
      |                 int*
      |                %lld
# 状态 耗时 内存占用
#1 Accepted 76ms 368.0 KiB

信息

递交者
类型
递交
题目
P1320 统计立方数
语言
C++
递交时间
2024-03-17 23:47:44
评测时间
2024-03-17 23:47:44
评测机
分数
10
总耗时
76ms
峰值内存
368.0 KiB