QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#494368 | #9133. Function with Many Maximums | ucup-team3392# | AC ✓ | 21ms | 3812kb | C++20 | 523b | 2024-07-27 15:28:19 | 2024-07-27 15:28:21 |
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: 21ms
memory: 3812kb
input:
4
output:
399999 80000000000 80000399979 80000800007 80001199884 80001600026 80001999705 80002400057 80002799442 80003200100 80003599095 80004000155 80004398664 80004800222 80005198149 80005600301 80005997550 80006400392 80006796867 80007200495 80007596100 80008000610 80008395249 80008800737 80009194314 80009...
result:
ok n=399999, max_a=320000317024, max_num=100001 >= 4
Test #2:
score: 0
Accepted
time: 17ms
memory: 3800kb
input:
100000
output:
399999 80000000000 80000399979 80000800007 80001199884 80001600026 80001999705 80002400057 80002799442 80003200100 80003599095 80004000155 80004398664 80004800222 80005198149 80005600301 80005997550 80006400392 80006796867 80007200495 80007596100 80008000610 80008395249 80008800737 80009194314 80009...
result:
ok n=399999, max_a=320000317024, max_num=100001 >= 100000
Extra Test:
score: 0
Extra Test Passed