103:00:44
-2 days 16:59:16
Contest is over

CSUMB Programming Team Workshop Fall '25 Wk 9


Time elapsed

64:59:16

Time Remaining

103:00:44

Starts in

-2 days 16:59:16

Ends in

4 days 7:00:44

Start

2025-10-31 22:00 CET

End

2025-11-07 22:00 CET

Visit Scoreboard
Log in
 

CSUMB Programming Team Workshop Fall '25 Wk 9

Fortran

Compiler settings

We use gfortran-14 14.2.0 to compile your program with the following command:

$ gfortran-14 -std=gnu -static -o {executable} {files}

  • {files} is a space-separated list of all files.
  • {executable} is the compiled executable.

File extensions

Files with any of the following file extensions will be used: .f90, .f, .for

Additional information

Additional language-specific advice and information for many languages is available in the knowledge base