#include using namespace sdt; int main() { int z; int x=3; int y; cin >> x; y = x +2; cin >> y; z = y +7; cin >> z; }