QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#122346 | #5349. 密钥 | qwq | 100 ✓ | 97ms | 238324kb | C++23 | 1.9kb | 2023-07-10 03:40:57 | 2023-07-10 03:41:01 |
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: 10
Accepted
time: 4ms
memory: 161084kb
input:
5 1113 1
output:
1 2 7
result:
points 1.0 ok
Test #2:
score: 10
Accepted
time: 4ms
memory: 161820kb
input:
30 4567 15
output:
53 57 57
result:
points 1.0 ok
Test #3:
score: 10
Accepted
time: 9ms
memory: 160636kb
input:
900 9876 123
output:
1793 1307 488
result:
points 1.0 ok
Test #4:
score: 10
Accepted
time: 2ms
memory: 161280kb
input:
60000 5566 60000
output:
120001 8 120001
result:
points 1.0 ok
Test #5:
score: 10
Accepted
time: 14ms
memory: 161268kb
input:
99999 9988 50000
output:
199993 1 3
result:
points 1.0 ok
Test #6:
score: 10
Accepted
time: 16ms
memory: 176200kb
input:
2000000 3479 1234567
output:
4000001 246933 3753076
result:
points 1.0 ok
Test #7:
score: 10
Accepted
time: 49ms
memory: 200244kb
input:
5000000 1010 999
output:
9999996 9994668 5329
result:
points 1.0 ok
Test #8:
score: 10
Accepted
time: 84ms
memory: 224524kb
input:
8000000 8888 888888
output:
15999988 1777780 14222219
result:
points 1.0 ok
Test #9:
score: 10
Accepted
time: 89ms
memory: 230420kb
input:
9000000 9753 3333333
output:
17999996 666669 17333328
result:
points 1.0 ok
Test #10:
score: 10
Accepted
time: 97ms
memory: 238324kb
input:
10000000 10000 7142857
output:
19999994 5714287 14285708
result:
points 1.0 ok
Extra Test:
score: 0
Extra Test Passed