Skip to content

Commit 27a6de1

Browse files
committed
modify code
1 parent f5c17d7 commit 27a6de1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/class182/Code05_MassChangeQueries1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
public class Code05_MassChangeQueries1 {
1919

2020
public static int MAXN = 200001;
21-
public static int MAXV = 100;
2221
public static int MAXT = MAXN * 10;
22+
public static int MAXV = 100;
2323
public static int n, q;
2424
public static int[] arr = new int[MAXN];
2525

src/class182/Code05_MassChangeQueries2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
//using namespace std;
1717
//
1818
//const int MAXN = 200001;
19-
//const int MAXV = 100;
2019
//const int MAXT = MAXN * 10;
20+
//const int MAXV = 100;
2121
//int n, q;
2222
//int arr[MAXN];
2323
//

0 commit comments

Comments
 (0)