Wrong Answer
warning: variable `L` should have a snake case name --> /w/foo.rs:7:21 | 7 | if let [x,y,m,n,L] = numbers[..5]{ | ^ help: convert the identifier to snake case: `l` | = note: `#[warn(non_snake_case)]` on by default warning: variable `L` should have a snake case name --> /w/foo.rs:18:49 | 18 | fn calc(mut x:u64,mut y:u64,mut m:u64,mut n:u64,L:u64)->String{ | ^ help: convert the identifier to snake case: `l` warning: 2 warnings emitted
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1009 清帝之惑之康熙
- 语言
- Rust
- 递交时间
- 2023-08-07 05:05:10
- 评测时间
- 2023-08-07 05:05:10
- 评测机
- 分数
- 0
- 总耗时
- 26ms
- 峰值内存
- 332.0 KiB