pragma solidity >=0.8.0 <0.9.0; interface _Interface { function stare(uint a, uint b) external; function cry() external; }