记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:16: warning: unused variable 'e' [-Wunused-variable]
  int a,b,c,d=1,e,f,g;
                ^
/in/foo.cc:12:18: warning: unused variable 'f' [-Wunused-variable]
  int a,b,c,d=1,e,f,g;
                  ^
/in/foo.cc:12:20: warning: unused variable 'g' [-Wunused-variable]
  int a,b,c,d=1,e,f,g;
                    ^
# 状态 耗时 内存占用
#1 Accepted 6ms 6.484 MiB
#2 Accepted 6ms 6.484 MiB
#3 Accepted 11ms 6.48 MiB
#4 Accepted 11ms 6.438 MiB
#5 Accepted 11ms 6.41 MiB

信息

递交者
类型
递交
题目
P1017 上网统计
语言
C++
递交时间
2024-10-04 15:35:58
评测时间
2024-10-04 15:35:58
评测机
分数
100
总耗时
47ms
峰值内存
6.484 MiB