Problem shamelessad2
User Red123
Submission Time 2025-06-06 09:08:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shamelessad2.cpp: In function ‘int main()’:
shamelessad2.cpp:13:32: error: expected ‘;’ before ‘)’ token
13 | for(arr[i] > 4 and arr[i] < 11){
| ^
| ;
shamelessad2.cpp:24:3: error: expected primary-expression before ‘if’
24 | if(b > n * n){
| ^~
shamelessad2.cpp:23:4: error: expected ‘;’ before ‘if’
23 | }
| ^
| ;
24 | if(b > n * n){
| ~~
shamelessad2.cpp:24:3: error: expected primary-expression before ‘if’
24 | if(b > n * n){
| ^~
shamelessad2.cpp:23:4: error: expected ‘)’ before ‘if’
23 | }
| ^
| )
24 | if(b > n * n){
| ~~
shamelessad2.cpp:13:5: note: to match this ‘(’
13 | for(arr[i] > 4 and arr[i] < 11){
| ^