QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#86582 | #4800. Oscar's Round Must Have a Constructive Problem | mthaneka | RE | 0ms | 0kb | Python3 | 71b | 2023-03-10 10:34:09 | 2023-03-10 10:34:12 |
Judging History
answer
T = input()
print(T)
for _ in range(T):
n = input()
A = input()
详细
Test #1:
score: 0
Runtime Error
input:
3 3 3 3 3 3 3 2 1 6 1 1 4 5 1 4
output:
3