using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Collections;
namespace get
{
class Program
{
public static string getK(int n,params int []arr)
{
Random rd = new Random();
ArrayList b = new ArrayList();
Console.Write("从题库中抽出的题为:");
for (