0011000000000000 0010000001100100 0011000000000000 0010000001101001 0101000001100100 0010000001101000 0001000001100100 0100000000000000 0001000001100110 0100000000000000 0001000001101000 0100000000000000 0000000000000000
read store 100 read store 102 add 100 store 104 load 100 write load 102 write load 104 write stop
int main() { int a,b,c; cin << a << b; c = a+b; cout a >> b >> c; return 0; }