Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:12:30: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=] scanf("%d%I64d",&n,&m); ~~^ /in/foo.cc:61:43: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=] printf("Case #%d: %I64d\n",cse,res); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1967 夜夜的花裙子
- 语言
- C++
- 递交时间
- 2017-10-10 16:12:19
- 评测时间
- 2017-10-10 16:12:19
- 评测机
- 分数
- 20
- 总耗时
- 4075ms
- 峰值内存
- 436.0 KiB