Warning: 'transfer' is deprecated and scheduled for removal. Use 'call{value: <amount>}("")' instead.
  --> input.sol:10:3:
   |
10 | 		a.transfer(x);
   | 		^^^^^^^^^^

Warning: BMC: Division by zero happens here.
 --> input.sol:9:3:
  |
9 | 		2 / x;
  | 		^^^^^
Note: Counterexample:
  <result> = 0
  a = 0
  x = 0

Note: Callstack:
Note:
