#include using namespace std; int a,b,ans; int main(void){ for(int i=0;i<3;i++){ cin>>a>>b; ans+=a&1; } //cout<