QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#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

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

  • [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]
  • 评测
  • [2023-03-10 10:33:59]
  • 提交

answer

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

Details

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