#include using namespace std; int main() { int T; cin>>T; while(T--) { int n; cin>>n; cout<<(n^1)<