记录详情

Accepted

/in/foo.c: In function 'SetInter':
/in/foo.c:19:32: warning: unused variable 't' [-Wunused-variable]
 {int i,j,b[10000],c[10000],k=0,t;
                                ^
/in/foo.c:19:28: warning: unused variable 'k' [-Wunused-variable]
 {int i,j,b[10000],c[10000],k=0,t;
                            ^
/in/foo.c:19:19: warning: unused variable 'c' [-Wunused-variable]
 {int i,j,b[10000],c[10000],k=0,t;
                   ^
/in/foo.c:19:10: warning: unused variable 'b' [-Wunused-variable]
 {int i,j,b[10000],c[10000],k=0,t;
          ^
# 状态 耗时 内存占用
#1 Accepted 0ms 200.0 KiB
#2 Accepted 1ms 216.0 KiB
#3 Accepted 0ms 216.0 KiB
#4 Accepted 1ms 212.0 KiB
#5 Accepted 0ms 200.0 KiB

信息

递交者
类型
递交
题目
A10-4 集合的交集
比赛
基于整数数组的编程技能的进阶训练(二)
语言
C
递交时间
2019-06-03 22:36:50
评测时间
2019-06-03 22:36:50
评测机
分数
100
总耗时
4ms
峰值内存
216.0 KiB