2014年3月12日

2的N次方 【转】

摘要: 题目的链接为:http://acm.njupt.edu.cn/acmhome/problemdetail.do?&method=showdetail&id=1009 题目为: 2的N次方 时间限制(普通/Java):1000MS/3000MS 运行内存限制:65536KByte 描述 编程精确计算2的N次方。(N是介于100和1000之间的整数)。 输入 正整数N (100≤N≤1000) 输出 2的N次方 样例输入 200 样例输出 1606938044258990275541962092341162602522202993782792835301376 很明显,这个不能直接 阅读全文

posted @ 2014-03-12 18:21 华山青竹 阅读(890) 评论(0) 推荐(0)

华东师大OJ:IP Address【IP地址转换】

摘要: /*===================================== IP AddressTime Limit:1000MS Memory Limit:30000KBTotal Submit:3394 Accepted:1530 Special JudgeDescriptionSuppose you are reading byte streams from any device, representing IP addresses. Your task is to convert a 32 characters long sequence of '1s' and & 阅读全文

posted @ 2014-03-12 18:02 华山青竹 阅读(771) 评论(0) 推荐(0)

导航