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:14
- 评测时间
- 2017-02-27 21:20:14
- 评测机
- 分数
- 100
- 总耗时
- 29ms
- 峰值内存
- 800.0 KiB