#include int main() { int a = 10; int b = 20; int x; x = (a, b); std::cout << x; }