728x90 반응형 SW14 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.07_8673-코딩토너먼트1 소스코드 #include #include #include #include using namespace std; void initData();//초기화 int K; int answer; vectornum; void codingTest();//코딩 테스트 대결 int main(int argc, char** argv) { int test_case; int T; cin >> T; /* 여러 개의 테스트 케이스가 주어지므로, 각각을 처리합니다. */ for (test_case = 1; test_case 2021. 11. 8. 2021.10.29_8658-Summation 스 코드 #include #include #include using namespace std; int maxNum, minNum; void initData(); int main(int argc, char** argv) { int test_case; int T; scanf("%d", &T); for (test_case = 1; test_case > firstNumber; int sumNumber = 0; for (int i = 0; i maxNum)maxNum = sumNumber; if (sumNumber < minNum)minNum = sumNumber; }.. 2021. 10. 29. 2021.10.22_3431-준환이의운동관리 소스코드 #include #include using namespace std; int L, U, X;//운동 기록 int answer; void init();//초기화 및 초기입력 void checkHealth();//운동 체크 int main(int argc, char** argv) { int test_case; int T; scanf("%d", &T); for (test_case = 1; test_case 2021. 10. 22. 이전 1 2 3 4 다음 728x90 반응형