Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
tko919 committed Jan 27, 2024
1 parent 1c571a4 commit 4003bbe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions math/counting_squarefrees/sol/correct.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ using ll = long long int;
using ull = unsigned long long;
using i128 = __int128_t;
using u128 = __uint128_t;
const int inf = 0x3fffffff;
const ll INF = 0x1fffffffffffffff;
// end

vector<int> mobius(int n)
Expand Down

0 comments on commit 4003bbe

Please sign in to comment.