題目: http://acm.hdu.edu.cn/showproblem.php?pid=2149 題解: 先假設一種簡單情況,M=N+1(M
題目原型: Given a binary tree, return the level order traversal of its nodes va
題目鏈接:uva 11600 - Masud Rana 題目大意:給出n和m,表示說有n座城市,每兩座城市間有一條路,每條路上都有怪物,現在有m條路上
原題鏈接 (a-b)%c = (a%c - b%c)%c #include #include char str[105]; int main(){
Flatland government is building a new highway that will be used to transport
Destroying The Graph Time Limit: 2000MS Memory Limit: 65536K Total Su
Gold Mine Time Limit: 6000/2000 MS (Java/Others) Memory Limit: 32768/32768
原題鏈接 這個OJ的int不是32位的,所以坑了不少人,換成unsigned long long就行了。 #include int main(){
原題鏈接 stable_sort函數的用法。 #include #include #include #include n; vector st
Problem Description Compared to wildleopards wealthiness, his brother mildle
原題鏈接 #include #include #define MAX 1001 int a[MAX][MAX]; int main(){ in
Deque Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768
連通 OR 不連通 Time Limit:1000MS Memory Limit:65536K Total Submit:51 Accepted:9
原題鏈接 #include 2){ count += n / 3; n = n / 3 + n % 3; } if(n == 2
http://acm.hdu.edu.cn/showproblem.php?pid=4341 看到這個圖好親切,黃金礦工,很好玩的游戲。。。 題意:礦
1.函數指針的好處就是可以把函數的當作形參代入到另一個函數中。函數指針的實參用函數名代入。 2.int main(int argc, char *
一直有這樣幾個疑問,C++中一個對象占有多大內存?會不是裡面的函數越多,占有的內存就越大? 1:空類占有的內存 #pragma once
還是暢通工程 Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 65536/32768 K
題目原型: Given a binary tree, check whether it is a mirror of itself (ie, symm
方法一:位圖法,原理是首先申請一個長度為n且均為’ 代碼如下: #include stdafx.h #incl