Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:10:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<strlen(c);i++)
              ~^~~~~~~~~~
/in/foo.cc:13:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int j=i+1;j<strlen(c);j++)
                  ~^~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1223 谶言一种
 - 语言
 - C++
 - 递交时间
 - 2024-02-17 17:30:09
 - 评测时间
 - 2024-02-17 17:30:09
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 4750ms
 - 峰值内存
 - 560.0 KiB