/ XMU_ACM /

记录详情

Accepted

foo.cc: In function 'int main(int, const char**)':
foo.cc:165:26: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d", &n, &m);
                          ^
foo.cc:168:24: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d", &o);
                        ^
foo.cc:170:40: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d%d%d", &l, &r, &x);
                                        ^
foo.cc:175:34: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d%d", &l, &r);
                                  ^

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)
{"receive":"2020-05-11T08:35:47.649Z","handle":"2020-05-11T08:35:47.649Z","cache_start":"2020-05-11T08:35:47.659Z","read_cases":"2020-05-11T08:35:47.773Z","judge":"2020-05-11T08:35:47.774Z","done":"2020-05-11T08:35:49.786Z"}
# 状态 耗时 内存占用
#1 Accepted 204ms 53.125 MiB

信息

递交者
类型
递交
题目
P1013 华尔街的雪
语言
C++
递交时间
2020-05-11 16:35:47
评测时间
2020-05-11 16:35:47
评测机
分数
100
总耗时
204ms
峰值内存
53.125 MiB