Accepted
foo.cc: In function ‘int main()’:
foo.cc:23:16: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 2 has type ‘long int’ [-Wformat=]
   23 |     printf("%lld\n", sum);
      |             ~~~^     ~~~
      |                |     |
      |                |     long int
      |                long long int
      |             %ld
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 1-2 斐波那契数列的和
 - 比赛
 - 南师大(含泰州学院)2024年新生赛(第一场)
 - 语言
 - C++
 - 递交时间
 - 2024-08-15 22:45:46
 - 评测时间
 - 2024-08-15 22:45:46
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 11ms
 - 峰值内存
 - 764.0 KiB