Wrong Answer

foo.cc: In function 'int main()':
foo.cc:6:13: warning: format '%c' expects argument of type 'int', but argument 3 has type 'const char*' [-Wformat=]
    6 |  printf("%d%c%d%c",f1," ",f2," " );
      |            ~^         ~~~
      |             |         |
      |             int       const char*
      |            %s
foo.cc:6:17: warning: format '%c' expects argument of type 'int', but argument 5 has type 'const char*' [-Wformat=]
    6 |  printf("%d%c%d%c",f1," ",f2," " );
      |                ~^            ~~~
      |                 |            |
      |                 int          const char*
      |                %s
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Standard answer longer than user output. 2ms 256.0 KiB

信息

递交者
类型
递交
题目
P1048 斐波那契数列
语言
C++
递交时间
2022-07-11 20:30:15
评测时间
2022-07-11 20:30:15
评测机
分数
0
总耗时
2ms
峰值内存
256.0 KiB