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 0f3c89b commit 94a53a7Copy full SHA for 94a53a7
src/class174/Code03_ColorfulWorld1.java
@@ -3,7 +3,7 @@
3
// 五彩斑斓的世界,java版
4
// 给定一个长度为n的数组arr,一共有m条操作,每条操作类型如下
5
// 操作 1 l r x : arr[l..r]范围上,所有大于x的数减去x
6
-// 操作 2 l r x : arr[l..l]范围上,查询x出现的次数
+// 操作 2 l r x : arr[l..r]范围上,查询x出现的次数
7
// 1 <= n <= 10^6
8
// 1 <= m <= 5 * 10^5
9
// 0 <= arr[i]、x <= 10^5
src/class174/Code03_ColorfulWorld2.java
// 五彩斑斓的世界,C++版
0 commit comments