/ OPS /

记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:33:7: warning: unused variable 'lena' [-Wunused-variable]
   33 |   int lena=a.size();
      |       ^~~~
/in/foo.cc:37:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   37 |   scanf("%d",&per);
      |   ~~~~~^~~~~~~~~~~
/in/foo.cc:38:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   38 |   scanf("%d",&n);
      |   ~~~~~^~~~~~~~~
/in/foo.cc:40:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   40 |    scanf("%d %d",&x,&y);
      |    ~~~~~^~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Time Exceeded ≥1002ms ≥708.0 KiB

信息

递交者
类型
递交
题目
P1450 串的压缩长度
语言
C++
递交时间
2024-05-20 21:23:47
评测时间
2024-05-20 21:23:47
评测机
分数
0
总耗时
≥1002ms
峰值内存
≥708.0 KiB