last of div 4

This commit is contained in:
Barrett Ruth 2025-08-16 15:10:34 -05:00
parent 1e18e29af4
commit 78ead22797
80 changed files with 2214 additions and 11 deletions

View file

@ -20,7 +20,7 @@ void solve() {
cin >> _;
string s;
cin >> s;
i32 ans = 1;
i32 ans = 2;
for (auto c : s) {
ans = max(ans, c - 'a' + 1);
}