#include int main() { int a = 5; int b = 5; printf("%d\n", a <<= b); }