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
ca2c65a14d
CompetitiveProgramming
/
src
/
bin
/
test.py
6 lines
67 B
Python
Raw
Normal View
History
Unescape
Escape
backup
2024-05-12 16:12:56 +01:00
n
=
300000
print
(
n
)
print
(
'
1
'
*
n
)
print
(
n
)
print
(
f
'
1
{
n
}
\n
'
*
n
)