전체 글93 Codeforces Round #656 (Div. 3) ABC #include #include using namespace std; int T, x, y, z; int a[3]; int main() { cin.tie(NULL); cout.tie(NULL); ios::sync_with_stdio(0); cin >> T; while (T--) { cin >> a[0] >> a[1] >> a[2]; sort(a, a + 3); if (a[1] != a[2]) { cout a[i - 1]) slope = -1; else if (a[i] a[i - 1.. 2020. 8. 6. Codeforces Round #653 (Div. 3) ABC #include using namespace std; int T, x, y, n; int main() { cin.tie(NULL); cout.tie(NULL); ios::sync_with_stdio(0); cin >> T; while (T--) { cin >> x >> y >> n; int k; if ((n / x) * x + y L; string s = ""; for (int i = 0; i > input; s += input; } int cnt = 0, res = 0; for (int i = 0; i < L; ++i) { if (s[i] == '(') cnt++; else { if (cnt == 0) res++; else cnt--; } } cout 2020. 8. 6. 안녕하세요 200620 PS 입문 / BOJ, 코드포스 하고 있습니다. 이 블로그에 업로드되는 자료는 자유롭게 이용하셔도 좋습니다. Codeforces 카테고리 게시물 내 코드 아래의 글은 제 접근 방식을 기록한 것 뿐이며, 올바른 풀이임을 보장하지 않습니다. Lang: Python3, C++ BOJ codeforces 2020. 8. 6. 이전 1 ··· 13 14 15 16 다음