1 2 3 4 5 | #!bin/bash read a read b c=$[a+b] echo $c |
IyFiaW4vYmFzaApyZWFkIGEKcmVhZCBiCmM9JFthK2JdCmVjaG8gJGM=
-
upload with new input
-
result: Success time: 0.02s memory: 5312 kB returned value: 0
5 4
9
-
result: Success time: 0.02s memory: 5312 kB returned value: 0
0



