QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#494916 | #9133. Function with Many Maximums | ucup-team1005# | AC ✓ | 33ms | 9148kb | C++20 | 1.0kb | 2024-07-27 17:38:08 | 2024-07-27 17:38:08 |
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: 33ms
memory: 8412kb
input:
4
output:
500000 200000000000 200000299986 200001600007 200001799875 200003200033 200003299631 200004800078 200005299246 200006400143 200006798731 200008000227 200008298083 200009600330 200009797302 200011200452 200011296388 200012800593 200013295323 200014400754 200014794138 200016000934 200016292820 2000176...
result:
ok n=500000, max_a=555547057855, max_num=100000 >= 4
Test #2:
score: 0
Accepted
time: 28ms
memory: 9148kb
input:
100000
output:
500000 200000000000 200000299986 200001600007 200001799875 200003200033 200003299631 200004800078 200005299246 200006400143 200006798731 200008000227 200008298083 200009600330 200009797302 200011200452 200011296388 200012800593 200013295323 200014400754 200014794138 200016000934 200016292820 2000176...
result:
ok n=500000, max_a=555547057855, max_num=100000 >= 100000
Extra Test:
score: 0
Extra Test Passed