mirror of
https://github.com/krahets/hello-algo.git
synced 2026-02-03 02:43:41 +08:00
Format the C code in Clang-Format Style: Microsoft
This commit is contained in:
@@ -19,6 +19,7 @@ void testPop(priority_queue<int> &heap) {
|
||||
printHeap(heap);
|
||||
}
|
||||
|
||||
/* Driver Code */
|
||||
int main() {
|
||||
/* 初始化堆 */
|
||||
// 初始化小顶堆
|
||||
|
||||
Reference in New Issue
Block a user