Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:9:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(x>=0&&x<a.size())cout<<b<<" is substring of "<<a<<endl; ~^~~~~~~~~ /in/foo.cc:10:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if(y>=0&&y<b.size())cout<<a<<" is substring of "<<b<<endl; ~^~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2411 1.7.18验证子串
- 比赛
- 2024.8.9暑期中级2班练习
- 语言
- C++
- 递交时间
- 2024-08-09 10:03:08
- 评测时间
- 2024-08-09 10:03:08
- 评测机
- 分数
- 100
- 总耗时
- 5ms
- 峰值内存
- 376.0 KiB