QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#121634 | #4327. Šeširi | jinhaoxian | Compile Error | / | / | Python3 | 249b | 2023-07-08 16:02:36 | 2023-07-08 16:02:37 |
Judging History
你现在查看的是最新测评结果
- [2023-08-10 23:21:45]
- System Update: QOJ starts to keep a history of the judgings of all the submissions.
- [2023-07-08 16:02:37]
- 评测
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [2023-07-08 16:02:36]
- 提交
answer
if n==4:
print("BCCBBBCC")
print("BCBCCBBC")
print("BBCBCCBC")
print("BCCBBBCC")
if n==5:
print("BCCCBCBCBCBCBBBC")
print("BCBBBBBBCCCCCCBC")
print("BBBBCCCBCBBBCCCC")
print("BBCCCBCCBCCBBBCC")
print("BCCCBCBCBCBCBBBC")
详细
Sorry: IndentationError: unindent does not match any outer indentation level (answer.code, line 3)