POJ百练—IP地址转换
摘要:
#include#include#includeusing namespace std;int sign[9];void change_to_8(int x){ int index=8; while(x) { if(x&1) { s... 阅读全文
posted @ 2015-08-05 22:11 vCoders 阅读(251) 评论(0) 推荐(0)
posted @ 2015-08-05 22:11 vCoders 阅读(251) 评论(0) 推荐(0)
posted @ 2015-08-05 20:46 vCoders 阅读(200) 评论(0) 推荐(0)
posted @ 2015-08-05 17:42 vCoders 阅读(213) 评论(0) 推荐(0)
posted @ 2015-08-05 16:24 vCoders 阅读(195) 评论(0) 推荐(0)
posted @ 2015-08-05 15:30 vCoders 阅读(443) 评论(0) 推荐(0)