QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#806592 | #9864. Coin | ucup-team4985 | Compile Error | / | / | C++23 | 1.4kb | 2024-12-09 12:28:37 | 2024-12-09 12:28:39 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:37:19: error: stray ‘#’ in program 37 | return n # Special case, though k >=2 per problem constraints | ^ answer.code:39:11: error: invalid preprocessing directive #Find 39 | # Find the highest power of 2 <=n | ^~~~ answer.code:48:11: error: invalid preprocessing directive #ceil 48 | # ceil(last / (k-1)) | ^~~~ answer.code:1:1: error: expected unqualified-id before ‘if’ 1 | if 1: | ^~