Wrong Answer
/in/foo.cc: In function 'bool similar(std::__cxx11::string, std::__cxx11::string)':
/in/foo.cc:21:20: warning: left operand of comma operator has no effect [-Wunused-value]
   for(int i=0,j=0;i<la,j<lb;i++,j++){
                   ~^~~
/in/foo.cc:30:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2628 相似字符串4级1 2024.3
 - 比赛
 - 2024.8.10暑期中级2班练习
 - 语言
 - C++
 - 递交时间
 - 2024-08-11 20:18:18
 - 评测时间
 - 2024-08-11 20:18:18
 - 评测机
 
- 分数
 - 40
 - 总耗时
 - 8ms
 - 峰值内存
 - 380.0 KiB