/ Vijos /

记录详情

Compile Error

error[E0432]: unresolved import `proconio`
 --> /in/foo.rs:1:5
  |
1 | use proconio::input;
  |     ^^^^^^^^ Maybe a missing `extern crate proconio;`?

error: cannot find macro `input!` in this scope
 --> /in/foo.rs:3:5
  |
3 |     input!{
  |     ^^^^^

error[E0425]: cannot find value `n` in this scope
 --> /in/foo.rs:7:20
  |
7 |     println!("{}", n + m);
  |                    ^ not found in this scope

error[E0425]: cannot find value `m` in this scope
 --> /in/foo.rs:7:24
  |
7 |     println!("{}", n + m);
  |                        ^ not found in this scope

error: aborting due to 4 previous errors

信息

递交者
类型
递交
题目
P1000 A+B Problem
语言
Rust
递交时间
2024-11-26 22:29:14
评测时间
2024-11-26 22:29:14
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes