#include<stdio.h>
int main(){
int a,b;
scanf("%d",&a);
scanf("%d",&b);
a=96
b=78
printf(" %d/n%d");
return 0;
}