#include using namespace std; using ll = long long; int main(){ int t; cin>>t; while(t--){ cout<<0<