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
1e245f68c3
CompetitiveProgramming
/
src
/
bin
/
test.py
5 lines
102 B
Python
Raw
Normal View
History
Unescape
Escape
backup
2024-03-30 12:53:45 +00:00
from
random
import
randint
print
(
500000
)
for
i
in
range
(
500000
)
:
print
(
randint
(
7800000
,
7900000
)
)