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

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