#include<stdio.h> int main() { int num,count=0,max=0; scanf("%d",&num); while(num) { if(num%2==1) &n...