Skip to content

Commit

Permalink
Fixed compile
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Jan 7, 2025
1 parent 4c189a4 commit 4a634f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import java.util.ArrayList;

@SuppressWarnings("unchecked")
public class Solution {
public long calculateScore(String s) {
int n = s.length();
Expand Down

0 comments on commit 4a634f9

Please sign in to comment.