Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:63:23: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d%d",&n,&m); ^ /in/foo.cc:63:23: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=] /in/foo.cc:73:22: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d\n",ans); ^
信息
- 递交者
- 类型
- 递交
- 题目
- 佳佳的 Fibonacci
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2018-08-11 15:50:32
- 评测时间
- 2018-08-11 15:50:32
- 评测机
- 分数
- 100
- 总耗时
- 32ms
- 峰值内存
- 384.0 KiB