1 2 3 4 5 6 7 8 | real a, b, pole write(*,*) 'Podaj a' read (*,*) a write(*,*) 'Podaj b' read (*,*) b pole = a*b write(*,*) 'Pole = ', pole end |
cmVhbCBhLCBiLCBwb2xlCndyaXRlKCosKikgJ1BvZGFqIGEnCnJlYWQgICgqLCopIGEKd3JpdGUoKiwqKSAnUG9kYWogYicKcmVhZCAgKCosKikgYgpwb2xlID0gYSpiCndyaXRlKCosKikgJ1BvbGUgPSAnLCBwb2xlCmVuZA==
-
upload with new input
-
result: Runtime error time: 0.01s memory: 2620 kB signal: -1
2 5
Podaj a Podaj b
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
Podaj a
At line 3 of file prog.f95 (unit = 5, file = 'stdin') Fortran runtime error: End of file



