#include<stdio.h>
int swap(int a,int b);
{
    temp=*a;
    b=*temp;
    
}
int main() {
    int n;
    scanf("%^d",&n);