/ Vijos /

记录详情

Accepted

foo.cc: In function 'void print(long long int)':
foo.cc:53:13: warning: array subscript has type 'char' [-Wchar-subscripts]
   53 | while (x) a[++a[0]] = x%10,x/=10;
      |             ^~~~~~
foo.cc:55:14: warning: array subscript has type 'char' [-Wchar-subscripts]
   55 | putchar(a[a[0]]+48);
      |           ~~~^
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 17ms 1.527 MiB
#2 Accepted 17ms 1.574 MiB
#3 Accepted 7ms 1.152 MiB
#4 Accepted 6ms 1.152 MiB
#5 Accepted 6ms 1.152 MiB
#6 Accepted 7ms 1.211 MiB
#7 Accepted 7ms 1.152 MiB
#8 Accepted 543ms 1.738 MiB
#9 Accepted 590ms 1.742 MiB
#10 Accepted 590ms 1.742 MiB

信息

递交者
类型
递交
题目
P1949 约数个数和
语言
C++
递交时间
2023-07-23 10:20:18
评测时间
2023-07-23 10:20:18
评测机
分数
100
总耗时
1795ms
峰值内存
1.742 MiB