记录详情

Accepted

/in/foo.c: In function 'look':
/in/foo.c:23:2: warning: statement with no effect [-Wunused-value]
  for(j;j<m;j++)
  ^~~
/in/foo.c:30:4: warning: statement with no effect [-Wunused-value]
    for(k;k<n;k++)
    ^~~
/in/foo.c: In function 'find':
/in/foo.c:52:3: warning: statement with no effect [-Wunused-value]
   for(i;i<=xmax;i++)
   ^~~
/in/foo.c:51:19: warning: unused variable 'j' [-Wunused-variable]
   int i=xmin,sqar,j=0,n,m=0;
                   ^
/in/foo.c: In function 'main':
/in/foo.c:70:2: warning: statement with no effect [-Wunused-value]
  for(i;i<n;i++)
  ^~~
# 状态 耗时 内存占用
#1 Accepted 1ms 400.0 KiB
#2 Accepted 1ms 352.0 KiB
#3 Accepted 1ms 208.0 KiB
#4 Accepted 1ms 220.0 KiB
#5 Accepted 1ms 208.0 KiB

信息

递交者
类型
递交
题目
2-2 编程题
比赛
数组编程进阶及二级考试真题训练2019-5-3
语言
C
递交时间
2019-05-03 10:52:54
评测时间
2019-05-03 10:52:54
评测机
分数
100
总耗时
6ms
峰值内存
400.0 KiB