QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#86582#4800. Oscar's Round Must Have a Constructive ProblemmthanekaRE 0ms0kbPython371b2023-03-10 10:34:092023-03-10 10:34:12

Judging History

你现在查看的是最新测评结果

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-03-10 10:34:12]
  • 评测
  • 测评结果:RE
  • 用时:0ms
  • 内存:0kb
  • [2023-03-10 10:34:09]
  • 提交

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

result: