林永吉的四则运算库
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 line
213 B

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