/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:47:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d", &n);
                    ^
foo.cc:48:35: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%lf%lf%lf", &a, &b, &r);
                                   ^
foo.cc:51:67: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%lf%lf%lf", &card[i].x, &card[i].y, &card[i].angle);
                                                                   ^

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)
{"receive":"2020-04-27T00:35:20.262Z","handle":"2020-04-27T00:35:20.262Z","cache_start":"2020-04-27T00:35:20.308Z","read_cases":"2020-04-27T00:35:21.433Z","judge":"2020-04-27T00:35:21.433Z","done":"2020-04-27T00:35:24.502Z"}
# 状态 耗时 内存占用
#1 Accepted 29ms 13.0 MiB
#2 Accepted 9ms 13.133 MiB
#3 Accepted 10ms 12.5 MiB
#4 Accepted 13ms 12.449 MiB
#5 Accepted 9ms 12.434 MiB
#6 Accepted 15ms 12.547 MiB
#7 Accepted 9ms 12.473 MiB
#8 Accepted 13ms 12.543 MiB
#9 Accepted 25ms 12.773 MiB
#10 Accepted 36ms 12.746 MiB

信息

递交者
类型
递交
题目
P1855 信用卡凸包
语言
C++
递交时间
2020-04-27 08:35:20
评测时间
2020-04-27 08:35:20
评测机
分数
100
总耗时
173ms
峰值内存
13.133 MiB