This commit is contained in:
Luthics 2023-02-11 16:44:25 +08:00
parent 2b278cb1d1
commit d9fa5acd29
2 changed files with 12 additions and 0 deletions

View File

@ -35,6 +35,18 @@ int main(){
}
// cout << endl;
}
// for(int i=0;i<12;i++){
// if(i<10){
// for(int j=0;j<5;j++){
// datas[j]+=numbers[i][j];
// }
// }
// else{
// for(int j=0;j<5;j++){
// datas[j]+=sign[i-10][j];
// }
// }
// }
for(int i=0;i<=10;i++){
if(i%2==1){
int signx = randn(1,2);

BIN
maker.exe

Binary file not shown.