[문제 링크] : https://www.acmicpc.net/problem/26711#include #include using namespace std;int N;string A, B, Ans;int C;int main(){ ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); cin >> A >> B; reverse(A.begin(), A.end()); reverse(B.begin(), B.end()); while(A.length() 9){ C = 1; tmp -= 10; } else{ C = 0; } Ans += tmp..