Skip to content

Commit

Permalink
Update Template.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentagon03 authored Aug 6, 2024
1 parent aac82dc commit 84b47a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Etc/Template.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ template<typename T> T randint(T l, T r) {static std::mt19937_64 gen(chrono::ste
#define nl '\n'
#define sp ' '
#define int int64_t
using ll = int64_t; using ld = long double; using pii = pair<int,int>; int cur_tc;
using ll = int64_t; using pii = pair<int,int>; int cur_tc;


int32_t main(){
Expand All @@ -31,4 +31,4 @@ int32_t main(){
};
for(cur_tc=1;cur_tc<=tc;cur_tc++) solve_tc();
return 0;
}
}

0 comments on commit 84b47a2

Please sign in to comment.