#include #include #include #include #include using namespace std; int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */ int t{}; int a{}; int b{}; int numCells{}; cin >> a; cin >> b; cin >> t; numCells = static_cast((0.5 *a *t) +(0.5 * b * t)) % (10^9 +7); cout <