#include <stdio.h>int main(){ int a,b,c; scanf("%d %d",&a,&b); scanf("%d",&c); printf("%d %d",abc); return 0;}