PTA c#判断素数
using System;
using System.Runtime.InteropServices.ComTypes;namespace 第六周2{ class Program { static void Main(string[] args) { int n = int.Parse(Console.ReadLine()); int[] a = new int[n]; for (int i = 0;




