Update 1698.cpp

pull/35/head
Kirigaya Kazuto 2016-08-17 11:59:56 +08:00 committed by GitHub
parent d503808bc0
commit 2d7e013f49
1 changed files with 2 additions and 1 deletions

View File

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