/ 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:17.562Z","handle":"2020-05-11T08:35:17.562Z","cache_start":"2020-05-11T08:35:17.570Z","read_cases":"2020-05-11T08:35:17.678Z","judge":"2020-05-11T08:35:17.679Z","done":"2020-05-11T08:35:19.615Z"}
# 状态 耗时 内存占用
#1 Accepted 207ms 53.152 MiB

信息

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