#include <iostream>
#include <string>
#include <algorithm>
using namespace std;
int main() {
ios_base::sync_with_stdio(false);
cin.tie(0);
string temp1, temp2;
string a, b, c, d; cin >> a >> b >> c >> d;
temp1 = a + b;
temp2 = c + d;
cout << stoll(temp1) + stoll(temp2);
}
'Algorithm ๐ง๐ปโ๐ป > ๋ฐฑ์ค(BOJ)' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[๋ฐฑ์ค,c++] 10845๋ฒ - ํ (0) | 2021.10.25 |
---|---|
[๋ฐฑ์ค,c++] 10828๋ฒ - ์คํ (0) | 2021.10.25 |
[๋ฐฑ์ค,c++] 10825๋ฒ - ๊ตญ์์ (0) | 2021.10.25 |
[๋ฐฑ์ค,c++] 10823๋ฒ - ๋ํ๊ธฐ2 (0) | 2021.10.24 |
[๋ฐฑ์ค,c++] 10822๋ฒ - ๋ํ๊ธฐ (0) | 2021.10.24 |
[๋ฐฑ์ค,c++] 10820๋ฒ - ๋ฌธ์์ด ๋ถ์ (0) | 2021.10.24 |
๋๊ธ