Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:17:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = t + 1, j = 0; i <= strlen(s); i++, j++)
                                ~~^~~~~~~~~~~~
/in/foo.cc:13:9: warning: unused variable 'm' [-Wunused-variable]
     int m = t + k;
         ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P3034 B. Round Decimal
 - 语言
 - C++
 - 递交时间
 - 2021-12-24 08:57:59
 - 评测时间
 - 2021-12-24 08:57:59
 - 评测机
 
- 分数
 - 80
 - 总耗时
 - 8ms
 - 峰值内存
 - 328.0 KiB