#include int main(void) { int a,b,c; scanf("%d",&a); scanf("%d",&b); scanf("%d",&c); printf("%d %d",a+b,c); return 0; }