Jutge.org
Jutge.org
Home
Problems
About
Contact
Documentation
Index
FAQ
Compilers
Verdicts
Cheat sheets
Certificates
Markdown
Instructor guides
GitHub repositories
GNU Fortran Compiler
Compiler
GFortran
Name
GNU Fortran Compiler
Language
Fortran
Program and version
GNU Fortran (Ubuntu 9.3.0-10ubuntu2) 9.3.0
Description
GNU Fortran Compiler
Type
compiler
Flags1
-D_JUDGE_ -DNDEBUG -O2
Flags2
Extension
.f
Status
Ok
P68688
c Fortran
PROGRAM
Hello
WRITE
(
*
,
'(A)'
)
"Hello world!"
END