林永吉的四则运算库
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

23 行
236 B

  1. [TestMethod1]
  2. na=12
  3. nb=4
  4. nExpect=8
  5. [TestMethod2]
  6. na=7
  7. nb=3
  8. nExpect=4
  9. [TestMethod3]
  10. na=-1
  11. nb=2147483647
  12. nExpect=-2147483648
  13. [TestMethod4]
  14. na=-2
  15. nb=2147483647
  16. nExpect=-2147483649
  17. [TestMethod5]
  18. na=-1000
  19. nb=2147483647
  20. nExpect=-2147484647