记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:34:20: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=]
   34 |         printf("%lld\n",total);
      |                 ~~~^    ~~~~~
      |                    |    |
      |                    |    int
      |                    long long int
      |                 %d
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 4198560, expect -1. 4ms 412.0 KiB

信息

递交者
类型
自测
题目
P1507 3. Concate and count
语言
C++
递交时间
2023-10-07 20:51:37
评测时间
2023-10-07 20:51:37
评测机
分数
0
总耗时
4ms
峰值内存
412.0 KiB