#include int main() { int T; scanf("%d", &T); while(T--) { int n; scanf("%d", &n); bool hasOne = false; bool hasZero = false; for(int i=0; i