diff options
-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 +} |