#include<stdio.h>
typedef int abc;
abc main(){
    printf("%%%");
    return 0;
}