1234數
ackage com.xx.memory;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class Hi {
public static void main(String[] args) {
String [] policyno= {"ZHZ961AP7777903","ZHZ961AP7774038","ZHZ961AP7716198","ZHZ961AP7708888","ZHZ961AP7714565","ZHZ961AP7715728","ZHZ961AP7713754","ZHZ961AP7749963"};
String [] classcode= {"14770100","14770100","14770100","14770100","14770100","14770100",
"14770100","14770100","14770100","14770100"};
for(int i=0;i<policyno.length;i++) {
System.out.print("select state,policyno from job_policynopay where policyno='"
+ policyno[i]+"' and classcode='"+classcode[0]);
if(i!=policyno.length-1) {
System.out.println("' union all ");
}else {
System.out.println("' ;");
}
}
shuDu();
}
public static void shuDu() {
List<Integer> exitNum=new ArrayList<>();
List<Integer> possable=new ArrayList<>();
Map<String,List<Integer>> map=new HashMap<>();
int [] arr= {1,2,3,4,5,6,7,8,9};
int [] minG= new int[10];
// int [] [] maxG= {minG,minG,minG,minG,minG,minG,minG,minG,minG,minG};
int [] [] maxG= new int[10][10];
maxG[3][1]=8;
maxG[7][1]=2;
maxG[2][2]=3;
maxG[4][2]=8;
maxG[6][2]=2;
maxG[8][2]=6;
maxG[1][3]=7;
maxG[5][3]=9;
maxG[9][3]=5;
maxG[2][4]=5;
maxG[8][4]=1;
maxG[3][5]=4;
maxG[7][5]=6;
maxG[2][6]=2;
maxG[8][6]=7;
maxG[1][7]=4;
maxG[5][7]=8;
maxG[9][7]=6;
maxG[2][8]=7;
maxG[4][8]=1;
maxG[6][8]=3;
maxG[8][8]=9;
maxG[3][9]=1;
maxG[7][9]=8;
System.out.println(maxG[1][3]);
for(int i=1;i<maxG.length;i++) {
for(int j=1;j<maxG[i].length;j++) {
exitNum=new ArrayList<>();
possable=new ArrayList<>();
if(maxG[i][j]==0) {
for(int k=1;k<10;k++) {
if(maxG[i][k]!=0) {
exitNum.add(new Integer(maxG[i][k]));
}
if(maxG[k][j]!=0) {
exitNum.add(new Integer(maxG[k][j]));
}
}
for(int temp:arr){
if(!exitNum.contains(new Integer(temp))) {
possable.add(new Integer(temp));
}
}
if(i<4) {
if(j<4) {
for(int k1=1;k1<4;k1++) {
for(int k2=1;k2<4;k2++) {
if(maxG[k1][k2]!=0) {
possable.remove(new Integer(maxG[k1][k2]));
}
}
}
}
if(j>3&&j<7) {
for(int k1=4;k1<7;k1++) {
for(int k2=4;k2<7;k2++) {
if(maxG[k1][k2]!=0) {
possable.remove(new Integer(maxG[k1][k2]));
}
}
}
}
if(j>6&&j<10) {
for(int k1=7;k1<10;k1++) {
for(int k2=7;k2<10;k2++) {
if(maxG[k1][k2]!=0) {
possable.remove(new Integer(maxG[k1][k2]));
}
}
}
}
}
if(i>3&&i<7) {
if(j<4) {
for(int k1=4;k1<7;k1++) {
for(int k2=1;k2<4;k2++) {
if(maxG[k1][k2]!=0) {
possable.remove(new Integer(maxG[k1][k2]));
}
}
}
}
if(j>3&&j<7) {
for(int k1=4;k1<7;k1++) {
for(int k2=4;k2<7;k2++) {
if(maxG[k1][k2]!=0) {
possable.remove(new Integer(maxG[k1][k2]));
}
}
}
}
if(j>6&&j<10) {
for(int k1=4;k1<7;k1++) {
for(int k2=7;k2<10;k2++) {
if(maxG[k1][k2]!=0) {
possable.remove(new Integer(maxG[k1][k2]));
}
}
}
}
}
if(i>6&&i<10) {
if(j<4) {
for(int k1=7;k1<10;k1++) {
for(int k2=1;k2<4;k2++) {
if(maxG[k1][k2]!=0) {
possable.remove(new Integer(maxG[k1][k2]));
}
}
}
}
if(j>3&&j<7) {
for(int k1=7;k1<10;k1++) {
for(int k2=4;k2<7;k2++) {
if(maxG[k1][k2]!=0) {
possable.remove(new Integer(maxG[k1][k2]));
}
}
}
}
if(j>6&&j<10) {
for(int k1=7;k1<10;k1++) {
for(int k2=7;k2<10;k2++) {
if(maxG[k1][k2]!=0) {
possable.remove(new Integer(maxG[k1][k2]));
}
}
}
}
}
map.put(i+"-"+j,possable);
}
}
}
for(int i=1;i<maxG.length;i++) {
for(int j=1;j<maxG[i].length;j++) {
}
}
for(Map.Entry<String, List<Integer>> a: map.entrySet()) {
System.out.println(a.getKey());
for(Integer a1:a.getValue()) {
System.out.print(a1+"--");
}
System.out.println();
}
}
}
相關文章
- 1234
- 1234:2011 2020-12-27
- CF1234F Yet Another Substring Reverse
- 南沙陳老師解題重排列1234使得每個數字都在不同原來位置上
- :-1: error: [Makefile.Debug:1234: debug/moc_serialportthread.cpp] Error 1Errorthread
- macOS上的廣告攔截工具:AdGuard for Mac v2.9.2(1234)啟用版Mac
- 1234: 華科版C語言程式設計教程(第二版)習題6.11(約瑟夫問題)C語言程式設計
- 數數的位數(正整數)
- 數論——質數與約數
- 【數學】組合數學 - 卡特蘭數
- PAT-B 1013 數素數 【素數】
- 2022管綜數學-考點1:奇數、偶數、實數運算,考點 2:質數、合數
- FIFO讀數取數
- 質數與約數
- 餘數的餘數
- 數論(1):素數
- 數學 之 數論
- 求完全數個數
- 約數個數定理
- 兩數之和,三數之和,最接近的三數之和,四數之和
- 統計輸入的數字為正數和負數的個數
- 組合數學筆記-特殊計數數列筆記
- 1295 統計位數為偶數的數字
- 2034 整數的個數
- 數倉(一)數倉概述
- 數學——數論/雜項
- 【數論】素數篩法
- 如何列印數值變數變數
- 數論——數論分塊
- 實數是不可數的
- Bash變數和引數變數
- python整數和變數Python變數
- js小數轉整數JS
- 均值、中位數、眾數
- 數值的整數次方
- python變數和引數Python變數
- 【機器學習之數學】01 導數、偏導數、方向導數、梯度機器學習梯度
- 成員變數、全域性變數、例項變數、類變數、靜態變數和區域性變數的區別變數