1 2 3 4 5 | #!bin/bash read a read b c=$(a+b) echo $c |
IyFiaW4vYmFzaApyZWFkIGEKcmVhZCBiCmM9JChhK2IpCmVjaG8gJGM=
-
upload with new input
-
result: Success time: 0.02s memory: 5312 kB returned value: 0
5 4
prog.sh: line 4: a+b: command not found
-
result: Success time: 0.02s memory: 5312 kB returned value: 0
prog.sh: line 4: a+b: command not found



