fork download
  1. PROGRAM DCE
  2. READ*, x
  3. if x>1 then
  4. x= x+1
  5. end if
  6. print*, x
  7. end
  8.  
  9.  
  10.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
10
compilation info
prog.f95:3:

if x>1 then
1
Error: Unclassifiable statement at (1)
prog.f95:5.3:

end if
   1
Error: Expecting END PROGRAM statement at (1)
stdout
Standard output is empty