/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:56:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
  ~~~~~^~~~~~~~~~~~~~
foo.cc:61:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%s",op);
   ~~~~~^~~~~~~~~
foo.cc:65:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d",&x);
    ~~~~~^~~~~~~~~
foo.cc:71:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d%d",&x,&v);
    ~~~~~^~~~~~~~~~~~~~
foo.cc:77:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d%d",&x,&v);
    ~~~~~^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 904.0 KiB
#2 Accepted 5ms 880.0 KiB
#3 Accepted 5ms 888.0 KiB
#4 Accepted 53ms 12.777 MiB
#5 Accepted 53ms 12.816 MiB
#6 Accepted 54ms 12.812 MiB
#7 Accepted 54ms 12.816 MiB
#8 Accepted 57ms 12.812 MiB
#9 Accepted 57ms 12.812 MiB
#10 Accepted 55ms 12.785 MiB

信息

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