QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#801816 | #9804. Guess the Polygon | GuanYunchang | Compile Error | / | / | Rust | 2.9kb | 2024-12-07 09:51:32 | 2024-12-07 09:51:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
error: character literal may only contain one codepoint --> answer.code:7:12 | 7 | print(f'? {x.numerator} {x.denominator}') | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: if you meant to write a `str` literal, use double quotes | 7 | print(f"? {x.numerator} {x.denominator}") | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error[E0762]: unterminated character literal --> answer.code:44:62 | 44 | # print(f'last_len = {last_len} , len = {len}') | ^^ error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0762`.