林永吉的四则运算库
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
239 B

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