Accepted
foo.cpp: In function 'int_ main()': foo.cpp:11:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d%d",&N,&M); ^ foo.cpp:11:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=] foo.cpp:16:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d\n",r); ^
信息
- 递交者
- 类型
- 自测
- 题目
- 阶乘求和
- 语言
- C++
- 递交时间
- 2017-02-27 21:20:11
- 评测时间
- 2017-02-27 21:20:11
- 评测机
- 分数
- 20
- 总耗时
- 3ms
- 峰值内存
- 800.0 KiB