Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:21:55: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=] for(int i=1;i<=n;i++)scanf("%lld%lld",&e[i].a,&e[i].b); ^ /in/foo.cc:21:55: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'int*' [-Wformat=]
信息
- 递交者
- 类型
- 递交
- 题目
- P1779 国王游戏
- 语言
- C++
- 递交时间
- 2017-11-05 20:57:23
- 评测时间
- 2017-11-05 20:57:31
- 评测机
- 分数
- 60
- 总耗时
- 41ms
- 峰值内存
- 384.0 KiB