QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#494837 | #9133. Function with Many Maximums | ucup-team3727# | AC ✓ | 230ms | 52796kb | Python3 | 3.4kb | 2024-07-27 17:12:24 | 2024-07-27 17:12:24 |
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: 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