atcoder 182

대회 링크 : atcoder.jp/contests/abc182 A - twiblr [문제] twiblr 라는 sns 에서 추가할 수 있는 최대 팔로잉 수를 구하라. [풀이] 문제에서 나온 그대로 A, B가 주어졌을 때 (2 * A + 100) - B 를 구하는 간단한 문제입니다. [코드] 1 2 3 4 5 6 7 8 9 10 11 #include using namespace std; typedef long long ll; int main() { ios::sync_with_stdio(0); cin.tie(0); int a, b; cin >> a >> b; cout x; arr[y-1][x-1].cmd = 2; } for (int i = 0; i
suhwanc
'atcoder 182' 태그의 글 목록