We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c17d7 commit 27a6de1Copy full SHA for 27a6de1
src/class182/Code05_MassChangeQueries1.java
@@ -18,8 +18,8 @@
18
public class Code05_MassChangeQueries1 {
19
20
public static int MAXN = 200001;
21
- public static int MAXV = 100;
22
public static int MAXT = MAXN * 10;
+ public static int MAXV = 100;
23
public static int n, q;
24
public static int[] arr = new int[MAXN];
25
src/class182/Code05_MassChangeQueries2.java
@@ -16,8 +16,8 @@
16
//using namespace std;
17
//
//const int MAXN = 200001;
-//const int MAXV = 100;
//const int MAXT = MAXN * 10;
+//const int MAXV = 100;
//int n, q;
//int arr[MAXN];
0 commit comments