This commit is contained in:
shenjack 2024-03-03 17:37:45 +08:00
parent c7592652bc
commit b4b9c4d739
Signed by: shenjack
GPG Key ID: 7B1134A979775551
4 changed files with 4 additions and 6 deletions

View File

@ -1,11 +1,10 @@
use crate::name::{Namer, TeamNamer};
use std::{io::Write, path::PathBuf};
use base16384::Base16384Utf8;
use tracing::{info, warn};
use colored::Colorize;
use tracing::{info, warn};
pub fn show_name(namer: &Namer) -> String {
format!(
@ -124,4 +123,4 @@ pub fn cacl(config: CacluateConfig, id: u64, outfile: &PathBuf) {
k = 0;
}
}
}
}

View File

@ -97,8 +97,7 @@ pub fn predict_13(name: &Namer) -> f64 {
} */
pub fn poly(name: &Namer) -> [f64; 1034] {
let mut result = [0.0; 1034];
result
}

View File

@ -0,0 +1 @@

View File

@ -13,7 +13,6 @@ use tracing::{info, warn};
use crate::cacluate::CacluateConfig;
#[allow(non_upper_case_globals)]
const allow_d: u32 = 10;