QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#86581#4800. Oscar's Round Must Have a Constructive ProblemmthanekaCompile Error//C++1471b2023-03-10 10:33:592023-03-10 10:34:01

Judging History

This is the latest submission verdict.

  • [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:01]
  • Judged
  • [2023-03-10 10:33:59]
  • Submitted

answer

T = input()
print(T)
for _ in range(T):
  n = input()
  A = input()

詳細信息

answer.code:1:1: error: ‘T’ does not name a type
    1 | T = input()
      | ^