Jutge.org
Jutge.org
Home
Problems
About
Contact
×
Expect some short downtimes for maintenance during the last week of January and the first week of February.
Documentation
Index
FAQ
Compilers
Verdicts
References
Certificates
Markdown
Instructor guides
Python libs
GitHub repos
Python3
Compiler
Python3
Name
Python3
Language
Python
Program and version
Python 3.11.2
Description
Python3
Type
interpreter
Flags1
Flags2
Extension
.py
Status
Ok
P68688
print
(
"Hello world!"
)
P57548
from
yogi
import
read
a
=
read
(
int
)
b
=
read
(
int
)
print
(
a
+
b
)