/ 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.625 MiB
#2 Accepted 9ms 1.598 MiB
#3 Accepted 3ms 1.223 MiB
#4 Accepted 3ms 1.234 MiB
#5 Accepted 3ms 1.227 MiB
#6 Accepted 3ms 1.23 MiB
#7 Accepted 3ms 1.227 MiB
#8 Accepted 535ms 1.734 MiB
#9 Accepted 535ms 1.75 MiB
#10 Accepted 525ms 1.75 MiB

信息

递交者
类型
递交
题目
P1949 约数个数和
语言
C++
递交时间
2021-08-06 21:55:01
评测时间
2021-08-06 21:55:01
评测机
分数
100
总耗时
1634ms
峰值内存
1.75 MiB