/ Vijos /

记录详情

Accepted

foo.cc: In function 'void print(long long int)':
foo.cc:53:19: warning: array subscript has type 'char' [-Wchar-subscripts]
 while (x) a[++a[0]] = x%10,x/=10;
                   ^
foo.cc:55:15: warning: array subscript has type 'char' [-Wchar-subscripts]
 putchar(a[a[0]]+48);
               ^
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 9ms 1.332 MiB
#2 Accepted 8ms 1.207 MiB
#3 Accepted 3ms 1.125 MiB
#4 Accepted 3ms 1.125 MiB
#5 Accepted 3ms 1.125 MiB
#6 Accepted 3ms 1.125 MiB
#7 Accepted 3ms 1.125 MiB
#8 Accepted 530ms 1.23 MiB
#9 Accepted 530ms 1.258 MiB
#10 Accepted 532ms 1.27 MiB

信息

递交者
类型
递交
题目
P1949 约数个数和
语言
C++
递交时间
2021-07-21 08:34:44
评测时间
2021-07-21 08:34:44
评测机
分数
100
总耗时
1628ms
峰值内存
1.332 MiB