From 2d7e013f49e2459eeac7573cb2635d6a920071bf Mon Sep 17 00:00:00 2001 From: Kirito <1362050620@qq.com> Date: Wed, 17 Aug 2016 11:59:56 +0800 Subject: [PATCH] Update 1698.cpp --- HDOJ/1698.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HDOJ/1698.cpp b/HDOJ/1698.cpp index dea0bc5..ff3a953 100644 --- a/HDOJ/1698.cpp +++ b/HDOJ/1698.cpp @@ -80,7 +80,8 @@ int AttrSumUp(int _indexer=1) return AttrSumUp(_indexer<<1)+AttrSumUp(_indexer<<1|1); } } - +} +// int main() { int t;