记录详情

Accepted

/in/foo.cc: In function 'void Findnum(int, int)':
/in/foo.cc:26:21: warning: unused variable 'num' [-Wunused-variable]
   26 |                 int num=0;
      |                     ^~~
/in/foo.cc:22:13: warning: unused variable 'numbers' [-Wunused-variable]
   22 |         int numbers[10]={0,1,2,3,4,5,6,7,8,9};
      |             ^~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 480.0 KiB
#2 Accepted 1ms 472.0 KiB
#3 Accepted 2ms 524.0 KiB
#4 Accepted 2ms 528.0 KiB
#5 Accepted 4ms 320.0 KiB

信息

递交者
类型
递交
题目
3-1 整数中的数字
比赛
2025年暑期编程训练营之二
语言
C++
递交时间
2025-07-05 12:09:53
评测时间
2025-07-05 12:09:53
评测机
分数
100
总耗时
14ms
峰值内存
528.0 KiB