林永吉的四则运算库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 regels
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