Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:82:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] build(1, n, 1), scanf("%d", &q); ^ /in/foo.cc:92:50: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=] printf("%lld\n", query(l, r, 1, n, 1)); ^
信息
- 递交者
- 类型
- 递交
- 题目
- 2.行星序列(seq)
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2019-09-26 19:46:15
- 评测时间
- 2019-09-26 19:46:15
- 评测机
- 分数
- 100
- 总耗时
- 2562ms
- 峰值内存
- 6.715 MiB