Accepted

foo.cc: In function 'int main()':
foo.cc:22:11: warning: comparison of integer expressions of different signedness: 'll' {aka 'long long int'} and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   22 |  for(i=0;i<s.size();i++)
      |          ~^~~~~~~~~
foo.cc:27:15: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll' {aka 'long long int'} [-Wformat=]
   27 |  printf("Sum:%d\n", j);
      |              ~^     ~
      |               |     |
      |               int   ll {aka long long int}
      |              %lld
foo.cc:28:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll' {aka 'long long int'} [-Wformat=]
   28 |  printf("Numer:%d\n", k);
      |                ~^     ~
      |                 |     |
      |                 int   ll {aka long long int}
      |                %lld
foo.cc:29:9: warning: too many arguments for format [-Wformat-extra-args]
   29 |  printf("Factors:", k);
      |         ^~~~~~~~~~
foo.cc:31:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll' {aka 'long long int'} [-Wformat=]
   31 |  printf("%6d",a[i]);
      |          ~~^  ~~~~
      |            |     |
      |            int   ll {aka long long int}
      |          %6lld
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 4ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 1ms 384.0 KiB
#5 Accepted 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1277 7-1 改错题
语言
C++
递交时间
2022-08-03 13:07:43
评测时间
2022-08-03 13:07:43
评测机
分数
100
总耗时
13ms
峰值内存
384.0 KiB