QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#568703 | #9133. Function with Many Maximums | Illusionary Dominance (Zhixin Zhang, Sicheng Tan, Huaijun Ke) # | AC ✓ | 12ms | 5348kb | C++20 | 1.1kb | 2024-09-16 17:50:00 | 2024-09-16 17:50:00 |
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: 12ms
memory: 5348kb
input:
4
output:
300005 50000000000 50000299983 50000666661 50000866691 50001333335 50001433308 50002000022 50002299831 50002666723 50002866261 50003333437 50003432600 50004000164 50004298839 50004666905 50004864991 50005333659 50005431052 50006000426 50006297007 50006667207 50006862881 50007334001 50007428664 50008...
result:
ok n=300005, max_a=449964319289, max_num=100001 >= 4
Test #2:
score: 0
Accepted
time: 12ms
memory: 5212kb
input:
100000
output:
300005 50000000000 50000299983 50000666661 50000866691 50001333335 50001433308 50002000022 50002299831 50002666723 50002866261 50003333437 50003432600 50004000164 50004298839 50004666905 50004864991 50005333659 50005431052 50006000426 50006297007 50006667207 50006862881 50007334001 50007428664 50008...
result:
ok n=300005, max_a=449964319289, max_num=100001 >= 100000
Extra Test:
score: 0
Extra Test Passed