pragma solidity ^0.4.18;

contract test
{
   function mul(uint a) public pure returns (uint) {
        uint c = a * 7;
        return c;
    }
}

  

相关文章:

  • 2021-10-29
  • 2021-12-23
  • 2021-04-14
  • 2021-07-17
  • 2021-08-10
  • 2021-05-17
  • 2021-08-16
  • 2021-05-18
猜你喜欢
  • 2022-12-23
  • 2021-08-08
  • 2021-12-03
  • 2021-12-27
  • 2021-04-30
相关资源
相似解决方案