QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#449478 | #968. Extreme Wealth | anoianoiccc | Compile Error | / | / | C++14 | 629b | 2024-06-21 11:49:34 | 2024-06-21 11:49:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:27:11: warning: character constant too long for its type 27 | print('{:.13f}'.format(res)) | ^~~~~~~~~ answer.code:1:1: error: ‘import’ does not name a type 1 | import math | ^~~~~~ answer.code:1:1: note: C++20 ‘import’ only available with ‘-fmodules-ts’