/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:5:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &n);
  ~~~~~^~~~~~~~~~
foo.cc:7:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &s[i]);
   ~~~~~^~~~~~~~~~~~~
foo.cc:19:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &q);
  ~~~~~^~~~~~~~~~
foo.cc:21:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d", &x, &y);
   ~~~~~^~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 768.0 KiB
#3 Accepted 4ms 1.25 MiB
#4 Accepted 11ms 2.449 MiB
#5 Accepted 23ms 4.605 MiB
#6 Accepted 40ms 9.051 MiB
#7 Accepted 52ms 11.059 MiB
#8 Accepted 57ms 11.938 MiB
#9 Accepted 83ms 18.016 MiB
#10 Accepted 80ms 18.004 MiB

信息

递交者
类型
递交
题目
P1514 天才的记忆
语言
C++
递交时间
2021-03-13 22:13:15
评测时间
2021-03-13 22:13:15
评测机
分数
100
总耗时
357ms
峰值内存
18.016 MiB