记录详情

Runtime Error

/in/foo.cc: In function 'int Count(int*, int)':
/in/foo.cc:5:13: warning: unused variable 'a' [-Wunused-variable]
    5 |         int a[10] = { 0,1,2,3,4,5,6,7,8,9 };
      |             ^
/in/foo.cc:30:1: warning: control reaches end of non-void function [-Wreturn-type]
   30 | }
      | ^
# 状态 耗时 内存占用
#1 Accepted 2ms 512.0 KiB
#2 Runtime Error 2ms 544.0 KiB
#3 Runtime Error 2ms 580.0 KiB
#4 Runtime Error 2ms 540.0 KiB
#5 Runtime Error 2ms 532.0 KiB

信息

递交者
类型
递交
题目
3-1 整数中的数字
比赛
2025年暑期编程训练营之二
语言
C++
递交时间
2025-07-06 10:31:43
评测时间
2025-07-06 10:31:43
评测机
分数
20
总耗时
11ms
峰值内存
580.0 KiB