Algorithm
BOJ 11328 strfry c++
BOJ 11328 strfry c++ 백준 11328 strfrya c++ #include using namespace std; int testCaseCount; string tempLine; void solve(string tempLine, int arr[]) { for (char c: tempLine) arr[c] -= 1; int len = tempLine.size(); for (int i = 0; i > tempLine; solve(tempLine, arr); } }
2020. 8. 14. 20:45
최근댓글