QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#727036 | #515. A Random Problem | ucup-team5275# | WA | 1ms | 4040kb | C++14 | 2.2kb | 2024-11-09 11:04:21 | 2024-11-09 11:04:25 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 3696kb
input:
100 4 7 9 5 9 3 5 0 0 1 7 8 5 0 2 6 3 5 4 4 4 6 3 3 2 7 1 8 7 8 7 6 1 1 7 2 5 4 7 2 0 4 4 5 8 3 0 6 9 3 2 6 6 8 5 2 5 1 2 7 2 4 1 0 0 4 9 1 8 7 5 0 4 4 8 4 3 2 6 8 8 5 6 7 0 9 7 0 3 6 1 4 4 1 2 3 2 6 9 9
output:
triple correlation 4(1)4(3)3 found
result:
ok single line: 'triple correlation 4(1)4(3)3 found'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3820kb
input:
10 1 2 3 1 2 2 1 1 3 0
output:
random sequence
result:
ok single line: 'random sequence'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3492kb
input:
1 0
output:
random sequence
result:
ok single line: 'random sequence'
Test #4:
score: 0
Accepted
time: 1ms
memory: 3560kb
input:
2 0 1
output:
random sequence
result:
ok single line: 'random sequence'
Test #5:
score: 0
Accepted
time: 0ms
memory: 4040kb
input:
30 8 7 4 2 5 2 5 7 2 5 8 2 3 2 3 5 4 9 5 9 6 1 6 1 1 4 1 0 5 0
output:
triple correlation 8(3)2(15)5 found
result:
ok single line: 'triple correlation 8(3)2(15)5 found'
Test #6:
score: -100
Wrong Answer
time: 0ms
memory: 3856kb
input:
30 3 0 1 6 0 7 9 3 9 2 1 4 4 9 2 6 8 5 5 5 5 8 2 3 0 3 0 2 1 3
output:
triple correlation 9(11)5(1)5 found
result:
wrong answer 1st lines differ - expected: 'triple correlation 9(11)5(6)3 found', found: 'triple correlation 9(11)5(1)5 found'