QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#89729 | #4613. 避难所 | SR | 100 ✓ | 25ms | 3544kb | C++14 | 1.3kb | 2023-03-21 01:58:51 | 2023-03-21 01:58:54 |
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: 30
Accepted
time: 2ms
memory: 3544kb
input:
30 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
output:
-1 -1 -1 -1 -1 -1 3 6 6 6 -1 -1 -1 3 9 10 10 3 9 10 10 3 9 10 10 -1 3 12 14 14 3 12 14 14 3 10 15 15 3 10 15 15 3 10 15 15 3 10 15 15 3 10 15 15 3 10 15 15 3 18 18 18 3 18 18 18 3 18 18 18 3 24 24 24 3 24 24 24 3 24 24 24 3 24 24 24 3 24 24 24
result:
ok ok (30 test cases)
Test #2:
score: 40
Accepted
time: 8ms
memory: 3524kb
input:
98 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
output:
-1 -1 -1 -1 -1 -1 3 6 6 6 -1 -1 -1 3 9 10 10 3 9 10 10 3 9 10 10 -1 3 12 14 14 3 12 14 14 3 10 15 15 3 10 15 15 3 10 15 15 3 10 15 15 3 10 15 15 3 10 15 15 3 18 18 18 3 18 18 18 3 18 18 18 3 24 24 24 3 24 24 24 3 24 24 24 3 24 24 24 3 24 24 24 3 28 28 28 3 28 28 28 3 28 28 28 3 28 28 28 3 28 28 28 3...
result:
ok ok (98 test cases)
Test #3:
score: 30
Accepted
time: 25ms
memory: 3528kb
input:
200 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 ...
output:
-1 -1 -1 -1 -1 -1 3 6 6 6 -1 -1 -1 3 9 10 10 3 9 10 10 3 9 10 10 -1 3 12 14 14 3 12 14 14 3 10 15 15 3 10 15 15 3 10 15 15 3 10 15 15 3 10 15 15 3 10 15 15 3 18 18 18 3 18 18 18 3 18 18 18 3 24 24 24 3 24 24 24 3 24 24 24 3 24 24 24 3 24 24 24 3 28 28 28 3 28 28 28 3 28 28 28 3 28 28 28 3 28 28 28 3...
result:
ok ok (200 test cases)
Extra Test:
score: 0
Extra Test Passed