Compile Error
error: character literal may only contain one codepoint --> /in/foo.rs:2:19 | 2 | SourcePath:string='incantation'; | ^^^^^^^^^^^^^ | help: if you meant to write a `str` literal, use double quotes | 2 | SourcePath:string="incantation"; | ~~~~~~~~~~~~~ error[E0762]: unterminated character literal --> /in/foo.rs:3:33 | 3 | InputFile:string='incantation.in'; | ^^ error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0762`.
信息
- 递交者
- 类型
- 递交
- 题目
- P1709 滑动输入法
- 语言
- Rust
- 递交时间
- 2025-06-14 15:55:23
- 评测时间
- 2025-06-14 15:55:23
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes