문제 : https://www.acmicpc.net/problem/1001 풀이과정 입출력은 iostream의 cin, cout 사용 전체코드(C++14) #include using namespace std; int main() { int a, b; cin >> a >> b; cout
최근댓글