记录详情

Accepted

foo.c: In function 'main':
foo.c:4:16: warning: unused variable 'j' [-Wunused-variable]
  int n,max=0,i,j;
                ^
foo.c:4:14: warning: unused variable 'i' [-Wunused-variable]
  int n,max=0,i,j;
              ^
foo.c:4:8: warning: unused variable 'max' [-Wunused-variable]
  int n,max=0,i,j;
        ^~~

自豪的采用jd5进行评测(github.com/masnn/jd5)
# 状态 耗时 内存占用
#1 Accepted 1ms 204.0 KiB
#2 Accepted 1ms 136.0 KiB
#3 Accepted 1ms 2.121 MiB
#4 Accepted 1ms 124.0 KiB

信息

递交者
类型
递交
题目
偷拍硕哥2
语言
C
递交时间
2020-02-07 14:39:28
评测时间
2020-02-07 14:39:28
评测机
分数
100
总耗时
4ms
峰值内存
2.121 MiB