兩個題目意思差不多,都是讓求最長公共子串,只不過poj那個讓輸出長度,而URAL那個讓輸出一個任意的最長的子串。 解體思路:
鏈接:click here 題意: 給出n,代表多項式有n+1項,要求多項式求導後每一項的系數,常數項就不用輸出。 思路:(吐槽)題意一直沒讀懂~~O
描述: Implement atoi to convert a string to an integer. Hint: Carefully conside
描述: Reverse digits of an integer. Example1: x = 123, return 321 Example2: x =
描述: The string PAYPALISHIRING is written in a zigzag pattern on a given number
蠻水的狀態壓縮 #include #include long long dp[15][(1<<12)+10]; int mark[(1=1; } if((k
C. Mr. Kitayuta, the Treasure Hunter time limit per test 1 second mem
Implement an iterator over a binary search tree (BST). Your iterator will be ini
這篇博客主要介紹ParseUtil類和ParseRequest類,因為這兩個類都比較簡單,所以這裡就不會給出事例程序。 Parse