chore: remove files

This commit is contained in:
Barrett Ruth 2026-03-06 21:35:34 -05:00
parent 291de4e137
commit c7f2af16d4
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 0 additions and 10 deletions

10
1621.rs
View file

@ -1,10 +0,0 @@
use std::io::{self,Read};
fn main(){
let mut s=String::new();
io::stdin().read_to_string(&mut s).unwrap();
let s=s.trim().as_bytes();
let(mut mx,mut c)=(1usize,1usize);
for i in 1..s.len(){if s[i]==s[i-1]{c+=1;}else{c=1;}if c>mx{mx=c;}}
println!("{}",mx);
}

0
a.cc
View file