1 2 3 4 5 6 7 8 | real a, b, pole write(*,*) 'Podaj a' a=2 write(*,*) 'Podaj b' b=5 pole = a*b write(*,*) 'Pole = ', pole end |
cmVhbCBhLCBiLCBwb2xlCndyaXRlKCosKikgJ1BvZGFqIGEnCmE9Mgp3cml0ZSgqLCopICdQb2RhaiBiJwpiPTUKcG9sZSA9IGEqYgp3cml0ZSgqLCopICdQb2xlID0gJywgcG9sZQplbmQ=
-
upload with new input
-
result: Success time: 0.02s memory: 2620 kB returned value: 0
Podaj a Podaj b Pole = 10.0000000



