diff options
author | Anthony Wang | 2022-03-05 21:18:23 -0600 |
---|---|---|
committer | Anthony Wang | 2022-03-05 21:18:23 -0600 |
commit | fb116616373787c25ce866da43e0c79f9fb26ed6 (patch) | |
tree | bfaaf99a02a6998acce76629824c31f9a60250ef | |
parent | eed6ab5683471f08d2c1de322f28afc0dc80c071 (diff) |
-rw-r--r-- | 1.cpp | 4 | ||||
-rw-r--r-- | 2.cpp | 4 | ||||
-rw-r--r-- | 3.cpp | 4 |
3 files changed, 6 insertions, 6 deletions
@@ -4,10 +4,10 @@ using namespace std; using ll = long long; using ii = pair<int, int>; -constexpr int MX = 1e5+5; +const int MX = 1e5+5; int main() { cin.tie(0)->sync_with_stdio(0); -}
\ No newline at end of file +} @@ -4,10 +4,10 @@ using namespace std; using ll = long long; using ii = pair<int, int>; -constexpr int MX = 1e5+5; +const int MX = 1e5+5; int main() { cin.tie(0)->sync_with_stdio(0); -}
\ No newline at end of file +} @@ -4,10 +4,10 @@ using namespace std; using ll = long long; using ii = pair<int, int>; -constexpr int MX = 1e5+5; +const int MX = 1e5+5; int main() { cin.tie(0)->sync_with_stdio(0); -}
\ No newline at end of file +} |