Skip to content

Commit

Permalink
Update solutions/silver/usaco-1159.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: envyaims <[email protected]>
  • Loading branch information
TheRickyZhang and envyaims authored Dec 27, 2024
1 parent 0bc9df1 commit 0804498
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solutions/silver/usaco-1159.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ void solve() {
int n, m;
cin >> n >> m;

// Adjacency list
vector<vector<int>> adj(n);
for (int i = 0; i < m; ++i) {
int u, v;
Expand Down

0 comments on commit 0804498

Please sign in to comment.