HDU 4772 Zhuge Liang's Password 選擇矩陣
本題需要使用選擇矩陣的程序求解,這個和Leetcode上的一個程序是一樣道理的。如果使用額外空間,那麼是很容易做到的,這裡不使用額外空間,直接使用到位操作,空間效率是O(1),這是個非常漂亮的到位旋轉程序。
題意還是很重要,這次看錯了一句話,就WA了一次:
The maximum amount of cells which contains two equal numbers after overlapping, is the password.
這裡是需要每次旋轉之後求相同數字的最大值,而不是所有的相同數字之和。太快了審題錯誤啊。細心細心,再細心。
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include