Time Exceeded
/in/foo.cc: In function 'int main()':
/in/foo.cc:10:21: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
scanf("%dll",&h[i]);
^
/in/foo.cc:14:21: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
scanf("%dll",&t[i]);
^
/in/foo.cc:13:10: warning: unused variable 'j' [-Wunused-variable]
for(int j=1,i=1;i<=M;i++){
^
信息
- 递交者
- 类型
- 递交
- 题目
- P2917 糖宴
- 语言
- C++
- 递交时间
- 2025-09-21 07:46:14
- 评测时间
- 2025-09-21 07:46:14
- 评测机
- 分数
- 86
- 总耗时
- ≥1215ms
- 峰值内存
- ≥4.996 MiB