双100 #include <stdio.h> #include <limits.h> int main() { int num, max = INT_MIN; while(scanf("%d", &num) != EOF) { if (num&...