This website requires JavaScript.
Explore
Help
Sign In
subcrip
/
CompetitiveProgramming
Watch
1
Star
0
Fork
You've already forked CompetitiveProgramming
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dca73faef9
CompetitiveProgramming
/
src
/
bin
/
test.py
6 lines
93 B
Python
Raw
Normal View
History
Unescape
Escape
backup
2024-04-21 14:53:56 +01:00
s
,
k
=
(
int
(
x
)
for
x
in
input
(
)
.
split
(
'
'
)
)
backup
2024-04-17 09:42:01 +01:00
backup
2024-04-21 14:53:56 +01:00
res
=
0
for
i
in
range
(
k
)
:
res
=
max
(
res
,
)