// editor3
#include<stdio.h>
#include<stdlib.h>
int main(){
    int num;
    swap(num);
    scanf("%d",&num);
    return 0;