/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void print(long long int)':
/in/foo.cc:53:13: warning: array subscript has type 'char' [-Wchar-subscripts]
   53 | while (x) a[++a[0]] = x%10,x/=10;
      |             ^~~~~~
/in/foo.cc:55:14: warning: array subscript has type 'char' [-Wchar-subscripts]
   55 | putchar(a[a[0]]+48);
      |           ~~~^
# 状态 耗时 内存占用
#1 Accepted 8ms 1.5 MiB
#2 Accepted 8ms 1.488 MiB
#3 Accepted 3ms 1.34 MiB
#4 Accepted 3ms 1.355 MiB
#5 Accepted 3ms 1.117 MiB
#6 Accepted 3ms 1.199 MiB
#7 Accepted 3ms 1.352 MiB
#8 Accepted 461ms 1.359 MiB
#9 Accepted 460ms 1.32 MiB
#10 Accepted 450ms 1.375 MiB

信息

递交者
类型
递交
题目
P1949 约数个数和
语言
C++
递交时间
2025-06-10 18:14:40
评测时间
2025-06-10 18:14:40
评测机
分数
100
总耗时
1406ms
峰值内存
1.5 MiB