QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#879624 | #7653. Balloon Darts | ucup-team5957# | WA | 1ms | 3712kb | C++20 | 3.1kb | 2025-02-02 08:27:19 | 2025-02-02 08:27:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3712kb
input:
6 0 0 1 1 2 4 3 9 4 16 5 25
output:
possible
result:
ok single line: 'possible'
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3712kb
input:
7 0 0 1 1 2 4 3 9 4 16 5 25 6 36
output:
possible
result:
wrong answer 1st lines differ - expected: 'impossible', found: 'possible'