0_0_39163405_10466.cpp: In function 'int main()': 0_0_39163405_10466.cpp:18:18: error: expected initializer before '==' token 18 | int v==a[i]; | ^~ 0_0_39163405_10466.cpp:19:16: error: 'v' was not declared in this scope 19 | if(v%2==1) | ^