/ Vijos /

记录详情

Wrong Answer

warning: unused variable: `str11`, #[warn(unused_variables)] on by default
 --> /in/foo.rs:7:9
  |
7 |     let mut str11 :Vec<&str>;
  |         ^^^^^^^^^

warning: unused variable: `str21`, #[warn(unused_variables)] on by default
 --> /in/foo.rs:8:9
  |
8 |     let mut str21 :Vec<&str>;
  |         ^^^^^^^^^

warning: value assigned to `n` is never read, #[warn(unused_assignments)] on by default
 --> /in/foo.rs:9:9
  |
9 |     let mut n:usize=1;
  |         ^^^^^

warning: variable does not need to be mutable, #[warn(unused_mut)] on by default
 --> /in/foo.rs:7:9
  |
7 |     let mut str11 :Vec<&str>;
  |         ^^^^^^^^^

warning: variable does not need to be mutable, #[warn(unused_mut)] on by default
 --> /in/foo.rs:8:9
  |
8 |     let mut str21 :Vec<&str>;
  |         ^^^^^^^^^

# 状态 耗时 内存占用
#1 Wrong Answer 3ms 4.25 MiB
#2 Accepted 2ms 4.25 MiB
#3 Accepted 4ms 4.25 MiB
#4 Accepted 4ms 4.25 MiB
#5 Accepted 4ms 4.363 MiB
#6 Accepted 7ms 4.352 MiB
#7 Accepted 7ms 4.25 MiB
#8 Accepted 3ms 4.25 MiB
#9 Accepted 3ms 4.25 MiB
#10 Wrong Answer 1ms 4.371 MiB

信息

递交者
类型
递交
题目
P1217 乒乓球
语言
Rust
递交时间
2017-08-17 23:47:28
评测时间
2017-08-17 23:47:28
评测机
分数
80
总耗时
41ms
峰值内存
4.371 MiB