Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:76:23: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d",&data[i]); ^ /in/foo.cc:93:34: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=] printf("%lld\n",ques(root,x,y)); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1659 河蟹王国
- 语言
- C++
- 递交时间
- 2018-01-16 13:19:44
- 评测时间
- 2018-01-16 13:19:44
- 评测机
- 分数
- 40
- 总耗时
- 1003ms
- 峰值内存
- 7.027 MiB