#include<stdio.h> int main(void) { int n,k; int a[1000]; int b[1000]; int i=0; int j=0; int m=0; scanf("%d %d\n",&n,&k); if(n>=k) { &nbs...