mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
Update 1698.cpp
This commit is contained in:
parent
d503808bc0
commit
2d7e013f49
|
@ -80,7 +80,8 @@ int AttrSumUp(int _indexer=1)
|
|||
return AttrSumUp(_indexer<<1)+AttrSumUp(_indexer<<1|1);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
//
|
||||
int main()
|
||||
{
|
||||
int t;
|
||||
|
|
Loading…
Reference in New Issue
Block a user