随笔分类 -  Bignum

UVA_ Overflow
摘要:DescriptionOverflowWrite a program that reads an expression consisting of two non-negative integer and an operator. Determine if either integer or the... 阅读全文

posted @ 2014-10-25 15:32 M.D.LUFFI 阅读(136) 评论(0) 推荐(0)

UVA_If We Were a Child Again
摘要:DescriptionIf We Were a Child Again “Oooooooooooooooh! If I could do the easy mathematics like my school days!! I can guarantee, that I’d not make any... 阅读全文

posted @ 2014-10-25 15:24 M.D.LUFFI 阅读(193) 评论(0) 推荐(0)

UVA_Product
摘要:DescriptionProductThe ProblemThe problem is to multiply two integers X, Y. (0 2 #include 3 #include 4 #include 5 #define UNIT 10 6 7 using n... 阅读全文

posted @ 2014-10-25 15:16 M.D.LUFFI 阅读(200) 评论(0) 推荐(0)

UVA_Integer Inquiry
摘要:A -Integer InquiryTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluSubmitStatusDescriptionInteger InquiryOne of the first users of BIT's ne... 阅读全文

posted @ 2014-10-25 15:08 M.D.LUFFI 阅读(158) 评论(0) 推荐(0)

大数模板!
摘要:1 #include 2 #include 3 #include 4 #include 5 #define UNIT 10 6 7 using namespace std; 8 9 struct Bignum 10 { 11 int val[105]; 12 ... 阅读全文

posted @ 2014-10-22 10:31 M.D.LUFFI 阅读(105) 评论(0) 推荐(0)

导航