/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:22:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ~~~~~^~~~~~~~~
foo.cc:23:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&m);
  ~~~~~^~~~~~~~~
foo.cc:27:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d%d%d",&x,&y,&k);
    ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:31:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d%d%d%d",&x1,&y1,&x2,&y2);
    ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:35:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&m);
   ~~~~~^~~~~~~~~

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)
{"receive":"2020-05-31T07:34:56.924Z","handle":"2020-05-31T07:34:56.924Z","cache_start":"2020-05-31T07:34:56.931Z","read_cases":"2020-05-31T07:34:57.650Z","judge":"2020-05-31T07:34:57.651Z","done":"2020-05-31T07:34:57.971Z"}
# 状态 耗时 内存占用
#1 Accepted 0ms 128.0 KiB
#2 Accepted 5ms 3.352 MiB
#3 Accepted 2ms 1.875 MiB
#4 Accepted 2ms 1.0 MiB
#5 Accepted 7ms 3.66 MiB
#6 Accepted 1ms 512.0 KiB
#7 Accepted 5ms 3.125 MiB
#8 Accepted 2ms 896.0 KiB
#9 Accepted 4ms 2.133 MiB
#10 Accepted 7ms 4.125 MiB

信息

递交者
类型
递交
题目
P1512 SuperBrother打鼹鼠
语言
C++
递交时间
2020-05-31 15:34:56
评测时间
2020-05-31 15:34:56
评测机
分数
100
总耗时
38ms
峰值内存
4.125 MiB