diff --git a/QUSTOJ/1750.c b/QUSTOJ/1750.c new file mode 100644 index 0000000..8cf9f20 --- /dev/null +++ b/QUSTOJ/1750.c @@ -0,0 +1,64 @@ +#include +#include +#include + + +int a[1024]; +int b[1024]; +int c[1024]; + + +int cmp(const void* a,const void* b) +{ + return *(int*)a-*(int*)b; +} + +int main() +{ + int n,m; + scanf("%d",&n); + for(int i=0;ib[ib]) + { + ++ib; + continue; + } + } + if(ic<1) + { + printf("空集\n"); + return 0; + } + for(int i=0;i