QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#510471 | #9133. Function with Many Maximums | ucup-team1565 | AC ✓ | 30ms | 8512kb | C++20 | 1.7kb | 2024-08-09 05:45:29 | 2024-08-09 05:45:29 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 6ms
memory: 4200kb
input:
4
output:
100006 999999999999 999999999998 999999999997 999999999996 999999999995 999999999994 999999999993 999999999992 999999999991 999999999990 999999999989 999999999988 999999999987 999999999986 999999999985 999999999984 999999999983 999999999982 999999999981 999999999980 999999999979 999999999978 9999999...
result:
ok n=100006, max_a=999999999999, max_num=4 >= 4
Test #2:
score: 0
Accepted
time: 30ms
memory: 8512kb
input:
100000
output:
299998 999999999999 999999999998 999999999997 999999999996 999999999995 999999999994 999999999993 999999999992 999999999991 999999999990 999999999989 999999999988 999999999987 999999999986 999999999985 999999999984 999999999983 999999999982 999999999981 999999999980 999999999979 999999999978 9999999...
result:
ok n=299998, max_a=999999999999, max_num=100000 >= 100000
Extra Test:
score: 0
Extra Test Passed