摘要:
训练指南p.59#include #include #include #include using namespace std;const int MAXN = 30;int N;int A[MAXN];char str[1010];map table;int bitcount( int x ){ int res = 0; while ( x ) { if ( x & 1 ) ++res; x >>= 1; } return res;}int main(){ while ( scanf( "%d", &N ) == 1 ) ... 阅读全文
posted @ 2013-09-09 16:33
冰鸮
阅读(275)
评论(0)
推荐(0)

浙公网安备 33010602011771号