Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:6:15: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d",&n); ^ /in/foo.cc:7:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%I64d",(n*(n+1))/2+1); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1324 黑皮的蛋糕
- 语言
- C++
- 递交时间
- 2018-09-25 14:58:36
- 评测时间
- 2018-09-25 14:58:36
- 评测机
- 分数
- 30
- 总耗时
- 28ms
- 峰值内存
- 376.0 KiB