QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#362407 | #7904. Rainbow Subarray | ucup-team2238 | WA | 1ms | 3612kb | C++14 | 2.2kb | 2024-03-23 15:24:45 | 2024-03-23 15:24:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 1ms
memory: 3612kb
input:
5 7 5 7 2 5 5 4 11 7 6 0 100 3 4 5 99 100 5 6 1 1 1 1 1 5 50 100 200 300 400 500 1 100 3
output:
1 3 1 3 1 2 1 1 1 3 0
result:
wrong answer 1st lines differ - expected: '4', found: '1 3'