/ Vijos /

记录详情

Accepted

foo.cc: In function 'bool cmp(Point, Point)':
foo.cc:17:32: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
     return a.x<b.x || a.x==b.x && a.y<b.y;
                       ~~~~~~~~~^~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:37:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);
     ~~~~~^~~~~~~~~
foo.cc:38:31: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     for (int i=0;i<n;i++)scanf("%lf%lf",&p[i].x,&p[i].y);
                          ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)
{"receive":"2020-06-23T04:04:32.037Z","handle":"2020-06-23T04:04:32.037Z","cache_start":"2020-06-23T04:04:32.045Z","read_cases":"2020-06-23T04:04:32.165Z","judge":"2020-06-23T04:04:32.166Z","done":"2020-06-23T04:04:34.182Z"}
# 状态 耗时 内存占用
#1 Accepted 43ms 1.48 MiB
#2 Accepted 58ms 1.828 MiB
#3 Accepted 39ms 1.289 MiB
#4 Accepted 9ms 500.0 KiB
#5 Accepted 47ms 1.582 MiB
#6 Accepted 29ms 1.039 MiB
#7 Accepted 51ms 1.594 MiB
#8 Accepted 55ms 1.77 MiB
#9 Accepted 24ms 988.0 KiB
#10 Accepted 58ms 1.793 MiB

信息

递交者
类型
递交
题目
P1012 清帝之惑之雍正
语言
C++
递交时间
2020-06-23 12:04:32
评测时间
2020-06-23 12:04:32
评测机
分数
100
总耗时
416ms
峰值内存
1.828 MiB