/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:13:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%lld",&n);
  ~~~~~^~~~~~~~~~~
foo.cc:16:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lld",&x);
   ~~~~~^~~~~~~~~~~
foo.cc:19:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%lld",&m);
  ~~~~~^~~~~~~~~~~
foo.cc:23:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lld%lld",&l,&r);
   ~~~~~^~~~~~~~~~~~~~~~~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-08-09T10:29:47.478Z","handle":"2020-08-09T10:29:47.478Z","cache_start":"2020-08-09T10:29:47.486Z","read_cases":"2020-08-09T10:29:47.618Z","judge":"2020-08-09T10:29:47.620Z","done":"2020-08-09T10:29:48.872Z"}
# 状态 耗时 内存占用
#1 Accepted 1ms 324.0 KiB
#2 Accepted 3ms 592.0 KiB
#3 Accepted 5ms 1.016 MiB
#4 Accepted 16ms 2.027 MiB
#5 Accepted 38ms 3.746 MiB
#6 Accepted 74ms 7.301 MiB
#7 Accepted 103ms 9.027 MiB
#8 Accepted 109ms 9.723 MiB
#9 Accepted 195ms 14.621 MiB
#10 Accepted 187ms 14.582 MiB

信息

递交者
类型
递交
题目
P1514 天才的记忆
语言
C++
递交时间
2020-08-09 18:29:47
评测时间
2020-08-09 18:29:47
评测机
分数
100
总耗时
736ms
峰值内存
14.621 MiB