/ WHOJ /

记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:11:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
   11 |         for(int i=0; i<strlen(a); i++)
      |                      ~^~~~~~~~~~
foo.cc:13:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
   13 |         for(int i=0; i<strlen(a); i++)
      |                      ~^~~~~~~~~~
foo.cc:15:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
   15 |         for(int i=strlen(a); i<strlen(b); i++)
      |                              ~^~~~~~~~~~
Found 10 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 247ms 384.0 KiB
#2 Accepted 227ms 512.0 KiB
#3 Accepted 230ms 384.0 KiB
#4 Accepted 238ms 384.0 KiB
#5 Time Exceeded ≥1099ms ≥5.0 MiB
#6 Time Exceeded ≥1100ms ≥5.117 MiB
#7 Time Exceeded ≥1101ms ≥5.0 MiB
#8 Time Exceeded ≥1100ms ≥5.0 MiB
#9 Time Exceeded ≥1102ms ≥5.0 MiB
#10 Time Exceeded ≥1101ms ≥5.125 MiB

信息

递交者
类型
递交
题目
P1498 同构字符串(文件IO)
题目数据
下载
语言
C++
递交时间
2022-08-12 09:47:29
评测时间
2022-08-12 09:47:29
评测机
分数
40
总耗时
≥7549ms
峰值内存
≥5.125 MiB