import com.sun.media.sound.SoftSynthesizer; import java.util.*; public class a123 { public static void main(String args[]) { int m, n; Scanner in = new Scanner(System.in); while ((m = in.nextInt()) != 0 | (n = in.nextInt()) != 0) { if (m <= 100 &
namespace ArrayList集合的语句示例{ class Program { static void Main(string[] args) { //一:Stack集合(没有索引) 先进后出,一个一个赋值,一个一个取值,按顺序 //Stack ss = new Stack(); //ss.Push("1"); //ss.Push("2&