/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:26:6: warning: unused variable 'i' [-Wunused-variable]
  int i,j,k,x,y;
      ^
foo.cc:26:12: warning: unused variable 'x' [-Wunused-variable]
  int i,j,k,x,y;
            ^
foo.cc:26:14: warning: unused variable 'y' [-Wunused-variable]
  int i,j,k,x,y;
              ^
foo.cc:30:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%s",c);
   ~~~~~^~~~~~~~
foo.cc:31:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lld",&j);
   ~~~~~^~~~~~~~~~~
foo.cc:36:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%lld",&k);
    ~~~~~^~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 596.0 KiB
#2 Accepted 4ms 576.0 KiB
#3 Accepted 4ms 556.0 KiB
#4 Accepted 29ms 1.371 MiB
#5 Accepted 29ms 1.465 MiB
#6 Accepted 28ms 1.41 MiB
#7 Accepted 27ms 1.449 MiB
#8 Accepted 28ms 1.379 MiB
#9 Accepted 30ms 1.402 MiB
#10 Accepted 28ms 1.379 MiB

信息

递交者
类型
递交
题目
P1320 清点人数
语言
C++
递交时间
2021-11-14 11:24:41
评测时间
2021-11-14 11:24:41
评测机
分数
100
总耗时
215ms
峰值内存
1.465 MiB