1 2 3 4 5 6 7 8 9 | program TEST integer ans do read (*,*) ans if (ans.eq.42) stop write (*,*) ans enddo stop end |
-
upload with new input
-
result: Success time: 0.01s memory: 2620 kB returned value: 0
1 2 10 42 11
1 2 10 -
result: Runtime error time: 0.01s memory: 2620 kB signal: -1
3 42
3
At line 4 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
3
At line 4 of file prog.f95 (unit = 5, file = 'stdin') Fortran runtime error: End of file
-
result: Success time: 0.01s memory: 2620 kB returned value: 0
1 2 10 42 11
1 2 10



