Wrong Answer
foo.cc: In function 'int main()':
foo.cc:11:18: 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(s1);i++)
      |                 ~^~~~~~~~~~~
foo.cc:12:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
   12 |         for(int j=0;j<strlen(s2);j++)
      |                     ~^~~~~~~~~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1963 贝贝的交通指挥系统(jqr)
 - 语言
 - C++
 - 递交时间
 - 2024-01-05 20:43:21
 - 评测时间
 - 2024-01-05 20:43:21
 - 评测机
 
- 分数
 - 80
 - 总耗时
 - 21ms
 - 峰值内存
 - 516.0 KiB