Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:48:23: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=] scanf("%d%I64d",&n,&s); ^ /in/foo.cc:50:22: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%I64d",&f[i]); ^ /in/foo.cc:62:28: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%I64d",(ans%p+p)%p); ^
信息
- 递交者
- 类型
- 递交
- 题目
- 2017.07.21 P2 花
- 语言
- C++
- 递交时间
- 2017-07-21 20:31:10
- 评测时间
- 2017-07-21 20:31:10
- 评测机
- 分数
- 0
- 总耗时
- 2364ms
- 峰值内存
- 384.0 KiB