Update 1698.cpp

This commit is contained in:
Kirigaya Kazuto 2016-08-17 11:59:56 +08:00 committed by GitHub
parent d503808bc0
commit 2d7e013f49

View File

@ -80,7 +80,8 @@ int AttrSumUp(int _indexer=1)
return AttrSumUp(_indexer<<1)+AttrSumUp(_indexer<<1|1);
}
}
}
//
int main()
{
int t;