QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#503690 | #9133. Function with Many Maximums | ucup-team3897# | AC ✓ | 17ms | 7604kb | C++11 | 638b | 2024-08-03 23:53:18 | 2024-08-03 23:53:19 |
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: 0ms
memory: 3708kb
input:
4
output:
16 256 268 330 342 441 447 618 626 928 929 930 931 932 933 934 935
result:
ok n=16, max_a=935, max_num=5 >= 4
Test #2:
score: 0
Accepted
time: 17ms
memory: 7604kb
input:
100000
output:
400000 160000000000 160000399982 160001600009 160001999841 160003200042 160003599532 160004800099 160005199055 160006400180 160006798410 160008000285 160008397597 160009600414 160009996616 160011200567 160011595467 160012800744 160013194150 160014400945 160014792665 160016001170 160016391012 1600176...
result:
ok n=400000, max_a=639997116785, max_num=100001 >= 100000
Extra Test:
score: 0
Extra Test Passed