Accepted

foo.cc: In function 'int main()':
foo.cc:7:14: warning: unused variable 'p' [-Wunused-variable]
  int a,i,j,t,p,sum=0,count=0;
              ^
foo.cc:7:16: warning: unused variable 'sum' [-Wunused-variable]
  int a,i,j,t,p,sum=0,count=0;
                ^~~
foo.cc:7:22: warning: unused variable 'count' [-Wunused-variable]
  int a,i,j,t,p,sum=0,count=0;
                      ^~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 2ms 404.0 KiB

信息

递交者
类型
递交
题目
P1104 学号问题2
语言
C++
递交时间
2021-08-04 22:37:08
评测时间
2021-08-04 22:37:08
评测机
分数
100
总耗时
4ms
峰值内存
404.0 KiB