Time Exceeded
foo.cc: In function 'int main()': foo.cc:9:13: warning: comparison between two arrays [-Warray-compare] 9 | if(n>=a){ | ~^~~ foo.cc:9:13: note: use unary '+' which decays operands to pointers or '&n[0] >= &a[0]' to compare the addresses foo.cc:17:30: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 17 | for(int i=1;i=r;i++) | ~^~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1507 3. Concate and count
- 比赛
- 2023秋 苏州青少年科技馆(吴江计算机协会)CSP-J/S模拟赛(1)
- 语言
- C++
- 递交时间
- 2023-10-07 20:46:41
- 评测时间
- 2023-10-07 20:46:41
- 评测机
- 分数
- 0
- 总耗时
- ≥11007ms
- 峰值内存
- ≥412.0 KiB