Time Exceeded
foo.cc: In function 'int main()': foo.cc:8:19: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'double*' [-Wformat=] 8 | scanf("%lld%lld",&x,&y); | ~~~^ ~~ | | | | | double* | long long int* | %le foo.cc:8:23: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'double*' [-Wformat=] 8 | scanf("%lld%lld",&x,&y); | ~~~^ ~~ | | | | | double* | long long int* | %le
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1041 神风堂人数
- 语言
- C++
- 递交时间
- 2022-09-17 00:21:09
- 评测时间
- 2022-09-17 00:21:09
- 评测机
- 分数
- 0
- 总耗时
- ≥11001ms
- 峰值内存
- ≥256.0 KiB