int main() { int z, x; x = 56; int y; int n, o; y = 10; x = y; z = x; return z; }