O. Big Add and Multiply – Codeforces Problem Solution in Java

O. Big Add and Multiply

Disclaimer: Make sure you tried enough before checking the solution The problem is easier to solve using java as java has big integer package. But in c++, you will have to do it manually. The solution for both c++ and java is below: Problem: https://codeforces.com/group/MWSDmqGsZm/contest/223338/problem/O Assiut University Training – Newcomers Solution Math – Geometry