QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#86581 | #4800. Oscar's Round Must Have a Constructive Problem | mthaneka | Compile Error | / | / | C++14 | 71b | 2023-03-10 10:33:59 | 2023-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
- Verdict: Compile Error
- Time: 0ms
- Memory: 0kb
- [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() | ^