QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#494837#9133. Function with Many Maximumsucup-team3727#AC ✓230ms52796kbPython33.4kb2024-07-27 17:12:242024-07-27 17:12:24

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 13ms
memory: 11028kb

input:

4

output:

19
145 160 180 195 229 236 300 301 302 303 304 305 306 307 308 309 310 311 312

result:

ok n=19, max_a=312, max_num=4 >= 4

Test #2:

score: 0
Accepted
time: 230ms
memory: 52796kb

input:

100000

output:

499999
124998500005 124999000000 124999500000 124999999965 125000500007 125000999846 125001500026 125001999643 125002500057 125002999356 125003500100 125003998985 125004500155 125004998530 125005500222 125005997991 125006500301 125006997368 125007500392 125007996661 125008500495 125008995870 1250095...

result:

ok n=499999, max_a=347213817429, max_num=100000 >= 100000

Extra Test:

score: 0
Extra Test Passed