fork download
  1. Program_Group
  2. IMPLICIT NONE
  3. Integer::Table, Value, n>0
  4. DO Table=1,12
  5. Value=n+1*12
  6. PRINT Table
  7. ENDDO
  8. End Program_Group
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.f95:1.7:

Program_Group
       1
Error: Invalid form of PROGRAM statement at (1)
prog.f95:3.24:

Integer::Table, Value, n>0
                        1
Error: Syntax error in data declaration at (1)
prog.f95:4.1:

 DO Table=1,12
 1
Warning: Nonconforming tab character at (1)
prog.f95:5.1:

 Value=n+1*12
 1
Warning: Nonconforming tab character at (1)
prog.f95:6.1:

 PRINT Table
 1
Warning: Nonconforming tab character at (1)
prog.f95:7.1:

 ENDDO
 1
Warning: Nonconforming tab character at (1)
prog.f95:8.11:

End Program_Group
           1
Error: Expected terminating name at (1)
Error: Unexpected end of file in 'prog.f95'
stdout
Standard output is empty