#include<stdio.h>
int main()
{
    temp = a
    a = b
    b = temp
    printf(f"a={a},b={b}")
}