블로그 관리 쉬는 중
#include<iostream> #include<string> using namespace std; string a, b, c, d; int main() { cin >> a >> b >> c >> d; cout << stoll(a + b) + stoll(c + d); return 0; }
댓글 없음 :
댓글 쓰기