QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#494845 | #9133. Function with Many Maximums | ucup-team4217# | AC ✓ | 49ms | 8168kb | C++14 | 1.3kb | 2024-07-27 17:14:11 | 2024-07-27 17:14:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 49ms
memory: 8048kb
input:
4
output:
500000 1000000000000 999999999999 999999999998 999999999997 999999999996 999999999995 999999999994 999999999993 999999999992 999999999991 999999999990 999999999989 999999999988 999999999987 999999999986 999999999985 999999999984 999999999983 999999999982 999999999981 999999999980 999999999979 999999...
result:
ok n=500000, max_a=1000000000000, max_num=100001 >= 4
Test #2:
score: 0
Accepted
time: 45ms
memory: 8168kb
input:
100000
output:
500000 1000000000000 999999999999 999999999998 999999999997 999999999996 999999999995 999999999994 999999999993 999999999992 999999999991 999999999990 999999999989 999999999988 999999999987 999999999986 999999999985 999999999984 999999999983 999999999982 999999999981 999999999980 999999999979 999999...
result:
ok n=500000, max_a=1000000000000, max_num=100001 >= 100000
Extra Test:
score: 0
Extra Test Passed