Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    9 |     for(int i=0;i<s.size();i++)
      |                 ~^~~~~~~~~
/in/foo.cc:9:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    9 |     for(int i=0;i<s.size();i++)
      |     ^~~
/in/foo.cc:12:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   12 |         return 0;
      |         ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 532.0 KiB
#2 Accepted 1ms 476.0 KiB
#3 Accepted 1ms 516.0 KiB
#4 Accepted 1ms 532.0 KiB
#5 Accepted 1ms 532.0 KiB

信息

递交者
类型
递交
题目
P1079 A8-5 删除字符串中多余的一种字符
语言
C++
递交时间
2026-08-12 18:39:58
评测时间
2026-08-12 18:39:58
评测机
分数
100
总耗时
9ms
峰值内存
532.0 KiB