记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:9: warning: unused variable 'a' [-Wunused-variable]
  int n, a, b, c, f = 0;
         ^
/in/foo.cc:7:12: warning: unused variable 'b' [-Wunused-variable]
  int n, a, b, c, f = 0;
            ^
/in/foo.cc:7:15: warning: unused variable 'c' [-Wunused-variable]
  int n, a, b, c, f = 0;
               ^
/in/foo.cc:7:18: warning: unused variable 'f' [-Wunused-variable]
  int n, a, b, c, f = 0;
                  ^
# 状态 耗时 内存占用
#1 Accepted 2ms 204.0 KiB
#2 Accepted 1ms 312.0 KiB
#3 Accepted 1ms 192.0 KiB
#4 Accepted 1ms 200.0 KiB

信息

递交者
类型
递交
题目
偷拍硕哥2
比赛
小兰赛 2018/12/9
语言
C++
递交时间
2018-12-09 09:35:01
评测时间
2018-12-09 09:35:01
评测机
分数
100
总耗时
6ms
峰值内存
312.0 KiB