QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#217463 | #4373. Swap Space | waifuSenpai# | TL | 0ms | 3652kb | C++20 | 1.0kb | 2023-10-16 21:25:51 | 2023-10-16 21:25:51 |
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: 0ms
memory: 3652kb
input:
4 6 6 1 7 3 5 3 5
output:
1
result:
ok single line: '1'
Test #2:
score: -100
Time Limit Exceeded
input:
4 2 2 3 3 5 1 5 10