/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:19:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&T);
     ~~~~~^~~~~~~~~
foo.cc:21:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d", &n);
         ~~~~~^~~~~~~~~~
foo.cc:22:43: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         for (int i = 1; i <= n; i++) scanf("%d", &a[i]);
                                      ~~~~~^~~~~~~~~~~~~
foo.cc:23:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d", &m);
         ~~~~~^~~~~~~~~~
foo.cc:24:43: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         for (int i = 1; i <= m; i++) scanf("%d", &b[i]);
                                      ~~~~~^~~~~~~~~~~~~

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)
{"receive":"2020-05-28T15:35:36.215Z","handle":"2020-05-28T15:35:36.215Z","cache_start":"2020-05-28T15:35:36.222Z","read_cases":"2020-05-28T15:35:36.376Z","judge":"2020-05-28T15:35:36.378Z","done":"2020-05-28T15:35:37.094Z"}
# 状态 耗时 内存占用
#1 Accepted 55ms 15.531 MiB
#2 Accepted 52ms 15.551 MiB
#3 Accepted 19ms 15.555 MiB
#4 Accepted 26ms 15.5 MiB
#5 Accepted 22ms 15.57 MiB
#6 Accepted 26ms 15.5 MiB
#7 Accepted 21ms 15.5 MiB
#8 Accepted 22ms 15.488 MiB
#9 Accepted 22ms 15.5 MiB
#10 Accepted 16ms 15.555 MiB

信息

递交者
类型
递交
题目
P1264 神秘的咒语
语言
C++
递交时间
2020-05-28 23:35:36
评测时间
2020-05-28 23:35:36
评测机
分数
100
总耗时
285ms
峰值内存
15.57 MiB