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

1 comments

  • 1

Information

ID
12
Time
1000ms
Memory
256MiB
Difficulty
5
Tags
(None)
# Submissions
5480
Accepted
1949
Uploaded By