2018-11-21から1日間の記事一覧

AtCoder Beginner Contest 030

はい。 https://beta.atcoder.jp/contests/abc030 A - 勝率計算

AtCoder Beginner Contest 112

はい。 https://atcoder.jp/contests/abc112 A - Programming Education ▶クリックで開閉 n=int(input()) if n==1: print("Hello World") exit() a=int(input()) b=int(input()) print(a+b) #include<bits/stdc++.h> using namespace std; #define sc1(a) scanf("%d",&a) in</bits/stdc++.h>…