int main() { int one, two, three; three = two + one; printf(three); }