1 2 3 4 5 6 7 8 | PROGRAM INVERT IMPLICIT NONE REAL :: Value, Inverse PRINT *, "Type in a value to invert" READ *, Value Inverse = 1.0/Value PRINT *, "Value", Value, " Inverse", Inverse END PROGRAM INVERT |
UFJPR1JBTSBJTlZFUlQKICAgICAgICBJTVBMSUNJVCBOT05FCiAgICAgICAgUkVBTCA6OiBWYWx1ZSwgSW52ZXJzZQogICAgICAgIFBSSU5UICosICJUeXBlIGluIGEgdmFsdWUgdG8gaW52ZXJ0IgogICAgICAgIFJFQUQgKiwgVmFsdWUKICAgICAgICBJbnZlcnNlID0gMS4wL1ZhbHVlCiAgICAgICAgUFJJTlQgKiwgIlZhbHVlIiwgVmFsdWUsICIgIEludmVyc2UiLCBJbnZlcnNlCkVORCBQUk9HUkFNIElOVkVSVA==
-
upload with new input
-
result: Runtime error time: 0.01s memory: 2620 kB signal: -1
200
Type in a value to invert
At line 5 of file prog.f95 (unit = 5, file = 'stdin') Fortran runtime error: End of file
-
result: Runtime error time: 0.01s memory: 2620 kB signal: -1
Type in a value to invert
At line 5 of file prog.f95 (unit = 5, file = 'stdin') Fortran runtime error: End of file



