/ Vijos /

记录详情

Accepted

foo.cc: In function 'void dts::main()':
foo.cc:18:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d %d\n",&N,&K);
   ~~~~~^~~~~~~~~~~~~~~~~
foo.cc:25:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%c %d ",&O,&M);
    ~~~~~^~~~~~~~~~~~~~~~
foo.cc:34:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d\n",&P);
     ~~~~~^~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 4ms 2.395 MiB
#2 Accepted 5ms 2.379 MiB
#3 Accepted 5ms 2.391 MiB
#4 Accepted 28ms 3.156 MiB
#5 Accepted 30ms 3.215 MiB
#6 Accepted 40ms 3.176 MiB
#7 Accepted 41ms 3.223 MiB
#8 Accepted 44ms 3.172 MiB
#9 Accepted 43ms 3.223 MiB
#10 Accepted 43ms 3.156 MiB

信息

递交者
类型
递交
题目
P1320 清点人数
语言
C++
递交时间
2021-03-17 15:04:25
评测时间
2021-03-17 15:04:25
评测机
分数
100
总耗时
287ms
峰值内存
3.223 MiB