/ XMU_ACM /

记录详情

Time Exceeded

foo.cc: In function 'void work()':
foo.cc:16:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<ex.size();i++)
              ~^~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:22:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%lld%lld%lld",&n,&m,&q);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:26:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lld%lld",&x,&y);
   ~~~~~^~~~~~~~~~~~~~~~~~
foo.cc:42:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lld",&op);
   ~~~~~^~~~~~~~~~~~
foo.cc:46:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%lld%lld",&a,&b);
    ~~~~~^~~~~~~~~~~~~~~~~~
foo.cc:53:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%lld",&x);
    ~~~~~^~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Time Exceeded ≥1936ms ≥83.871 MiB

信息

递交者
类型
递交
题目
P1042 区域赛选拔赛-抽象思维派系
语言
C++
递交时间
2021-05-19 18:13:22
评测时间
2021-05-19 18:13:22
评测机
分数
0
总耗时
≥1936ms
峰值内存
≥83.871 MiB