摘要:
输入描述: 每个输入包含一个测试用例。每个测试用例的第一行包含两个正整数,分别表示工作的数量N(N map = new Dictionary(); int t1 = 0, t2 = 0; int[] a = new int[n]; //n的值 int[] b = new int[m]; //存储m的值 ... 阅读全文
摘要:
//s用户表 create table userinfo( id int(18) primaryk key auto_increment, username varchar(50) not null ); //角色表 create table roleinfo( id int primary key auto_increment, name varchar(50) not null... 阅读全文