Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:8:30: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'long int' [-Wformat=] printf("%lld %lld ", a, b); ^ /in/foo.cc:8:30: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'long int' [-Wformat=] /in/foo.cc:11:26: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'long int' [-Wformat=] printf("%lld ", c); ^
信息
- 递交者
- 类型
- 递交
- 题目
- A2-2 循环结构入门:斐波拉契数列
- 比赛
- 泰院2406作业赛第二场
- 语言
- C++
- 递交时间
- 2024-10-29 17:29:21
- 评测时间
- 2024-10-29 17:30:06
- 评测机
- 分数
- 0
- 总耗时
- 7ms
- 峰值内存
- 376.0 KiB