#include #include #include typedef long int L; typedef struct{L two; L one;} lump; static lump cook(L a, L b, L c) { return (lump){a&b | a&c | b&c, a ^ b ^ c};} #define sz 100 L a[sz]; int main(){for(int j=0; j