Accepted
foo.cc: In function 'int main()': foo.cc:38:24: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=] 38 | printf("%lld\n",((l+r)&1)?0:(updata(r,r&1)^updata(l-1,r&1))); | ~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long long int int | %d
正在同步测试数据,请稍后 Found 24 testcases. [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1444 [eJOI2019] 异或橙子
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2022-08-01 22:30:19
- 评测时间
- 2022-08-01 22:30:19
- 评测机
- 分数
- 100
- 总耗时
- 5677ms
- 峰值内存
- 3.871 MiB