QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#79866 | #3482. Color Codes | repoman | Compile Error | / | / | Python3 | 1.5kb | 2023-02-21 01:50:31 | 2023-02-21 01:50:32 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
File "answer.code", line 46 print fmt_str.format(i) ^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?