pragma solidity ^0.7.0; interface _Interface { function stare(uint a, uint b) external; function cry() external; }