/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:77:11: warning: unused variable 'j' [-Wunused-variable]
     int i,j,k,p,q,x,y,z,ans=1;
           ^
foo.cc:77:13: warning: unused variable 'k' [-Wunused-variable]
     int i,j,k,p,q,x,y,z,ans=1;
             ^
foo.cc:77:15: warning: unused variable 'p' [-Wunused-variable]
     int i,j,k,p,q,x,y,z,ans=1;
               ^
foo.cc:77:17: warning: unused variable 'q' [-Wunused-variable]
     int i,j,k,p,q,x,y,z,ans=1;
                 ^
foo.cc:77:23: warning: unused variable 'z' [-Wunused-variable]
     int i,j,k,p,q,x,y,z,ans=1;
                       ^
foo.cc:78:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);
     ~~~~~^~~~~~~~~
foo.cc:81:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d%d",&x,&y);
         ~~~~~^~~~~~~~~~~~~~

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)
{"receive":"2020-05-30T09:05:20.019Z","handle":"2020-05-30T09:05:20.019Z","cache_start":"2020-05-30T09:05:20.026Z","read_cases":"2020-05-30T09:05:20.145Z","judge":"2020-05-30T09:05:20.148Z","done":"2020-05-30T09:05:22.137Z"}
# 状态 耗时 内存占用
#1 Accepted 4ms 12.25 MiB
#2 Accepted 4ms 12.301 MiB
#3 Accepted 5ms 12.309 MiB
#4 Accepted 7ms 12.305 MiB
#5 Accepted 24ms 12.52 MiB
#6 Accepted 48ms 14.613 MiB
#7 Accepted 61ms 17.016 MiB
#8 Accepted 59ms 17.016 MiB
#9 Accepted 43ms 14.527 MiB
#10 Accepted 96ms 14.844 MiB

信息

递交者
类型
递交
题目
P1883 月光的魔法
语言
C++
递交时间
2020-05-30 17:05:19
评测时间
2020-05-30 17:05:19
评测机
分数
100
总耗时
356ms
峰值内存
17.016 MiB