jojoke

2007年8月24日

c++ 大数运算测试代码

摘要: bool Test_BigInt() { BigInt a = "12345678901234567896"; BigInt b = "98765432109876543216"; BigInt c = "-12345678901234567896"; BigInt d = "-98765432109876543216"; assert(a > 0); ... 阅读全文

posted @ 2007-08-24 16:17 jojoke 阅读(1382) 评论(0) 推荐(0)

导航