728x90 반응형 SWExpert19 2021.12.07_2819격자판의숫자이어붙이기 소스코드 #include #include #include #include #include using namespace std; int dy[] = { 0,1,0,-1 }; int dx[] = { 1,0,-1,0 }; int N, ret; char board[4][4]; vector D; mapcheck; bool safe(int y, int x) { return 0 T; for (test_case = 1; test_case 2021. 12. 7. 2021.11.23_8931제로 소스코드 #include #include using namespace std; int N, ret; void init(); void zero(); int main(int argc, char** argv) { int test_case; int T; //freopen("input.txt", "r", stdin); cin >> T; /* 여러 개의 테스트 케이스가 주어지므로, 각각을 처리합니다. */ for (test_case = 1; test_case 2021. 11. 23. 2021.11.10_7829-보물왕태혁 소스코드 #include #include #include #include using namespace std; int answer; int N; void initData(); void password(); vectornum; int main(int argc, char** argv) { int test_case; int T; cin >> T; for (test_case = 1; test_case 2021. 11. 10. 2021.11.09_7701-염라대왕의이름정렬 소스코드 #include #include #include using namespace std; int N; bool cmp(string a, string b) { if (a.size() == b.size())return a > lifeName; name.push_back(lifeName); } sort(name.begin(), name.end(), cmp); } int main(int argc, char** argv) { int test_ca.. 2021. 11. 9. 이전 1 2 3 4 5 다음 728x90 반응형