记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:6: warning: unused variable 'cnt' [-Wunused-variable]
  int cnt[100000] = { 0 };
      ^~~
/in/foo.cc:21:6: warning: unused variable 'sum' [-Wunused-variable]
  int sum = 0, k = 0, ret = 0;
      ^~~
# 状态 耗时 内存占用
#1 Accepted 2ms 732.0 KiB
#2 Accepted 2ms 740.0 KiB
#3 Runtime Error 2ms 804.0 KiB
#4 Accepted 1ms 724.0 KiB
#5 Accepted 2ms 792.0 KiB

信息

递交者
类型
递交
题目
P1086 xf1-9统计各位数字之和为5的数
语言
C++
递交时间
2023-12-23 23:14:06
评测时间
2023-12-23 23:14:06
评测机
分数
80
总耗时
10ms
峰值内存
804.0 KiB