0_0_39242457_318.cpp: In function 'int main()':
0_0_39242457_318.cpp:18:35: error: the value of 'j' is not usable in a constant expression
18 | if(count<(j-i+1)){
| ^
0_0_39242457_318.cpp:17:25: note: 'int j' is not const
17 | for (int j = i;j<=low;j++){
| ^
0_0_39242457_318.cpp:18:35: error: the value of 'j' is not usable in a constant expression
18 | if(count<(j-i+1)){
| ^
0_0_39242457_318.cpp:17:25: note: 'int j' is not const
17 | for (int j = i;j<=low;j++){
| ^
0_0_39242457_318.cpp:18:35: error: the value of 'j' is not usable in a constant expression
18 | if(count<(j-i+1)){
| ^
0_0_39242457_318.cpp:17:25: note: 'int j' is not const
17 | for (int j = i;j<=low;j++){
| ^
0_0_39242457_318.cpp:18:35: error: the value of 'j' is not usable in a constant expression
18 | if(count<(j-i+1)){
| ^
0_0_39242457_318.cpp:17:25: note: 'int j' is not const
17 | for (int j = i;j<=low;j++){
| ^
0_0_39242457_318.cpp:18:35: error: the value of 'j' is not usable in a constant expression
18 | if(count<(j-i+1)){
| ^
0_0_39242457_318.cpp:17:25: note: 'int j' is not const
17 | for (int j = i;j<=low;j++){
| ^
0_0_39242457_318.cpp:18:35: error: the value of 'j' is not usable in a constant expression
18 | if(count<(j-i+1)){
| ^
0_0_39242457_318.cpp:17:25: note: 'int j' is not const
17 | for (int j = i;j<=low;j++){
| ^
0_0_39242457_318.cpp:18:35: error: the value of 'j' is not usable in a constant expression
18 | if(count<(j-i+1)){
| ^
0_0_39242457_318.cpp:17:25: note: 'int j' is not const
17 | for (int j = i;j<=low;j++){
| ^
0_0_39242457_318.cpp:18:35: error: the value of 'j' is not usable in a constant expression
18 | if(count<(j-i+1)){
| ^
0_0_39242457_318.cpp:17:25: note: 'int j' is not const
17 | for (int j = i;j<=low;j++){
| ^
0_0_39242457_318.cpp:18:35: error: the value of 'j' is not usable in a constant expression
18 | if(count<(j-i+1)){
| ^
0_0_39242457_318.cpp:17:25: note: 'int j' is not const
17 | for (int j = i;j<=low;j++){
| ^
0_0_39242457_318.cpp:18:23: error: 'count' was not declared in this scope
18 | if(count<(j-i+1)){
| ^~~~~
|