/ Vijos /

记录详情

Accepted

warning: variable `allX` should have a snake case name
  --> /w/foo.rs:10:13
   |
10 |     let mut allX = Vec::new();
   |             ^^^^ help: convert the identifier to snake case: `all_x`
   |
   = note: `#[warn(non_snake_case)]` on by default

warning: variable `allY` should have a snake case name
  --> /w/foo.rs:11:13
   |
11 |     let mut allY = Vec::new();
   |             ^^^^ help: convert the identifier to snake case: `all_y`

warning: 2 warnings emitted

[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 1.047 MiB
#2 Accepted 4ms 1.047 MiB
#3 Accepted 4ms 1.047 MiB
#4 Accepted 11ms 1.047 MiB

信息

递交者
类型
递交
题目
P1116 一元三次方程求解
语言
Rust
递交时间
2023-11-05 17:07:19
评测时间
2023-11-05 17:07:19
评测机
分数
100
总耗时
24ms
峰值内存
1.047 MiB