QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
File "answer.code", line 46 print fmt_str.format(i) ^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?