#include using namespace std; #define rep(i,n) for(int i=0;i<(int)(n);i++) #define ALL(v) v.begin(),v.end() typedef long long ll; template using V=vector; template using VV=V>; int main(){ ios::sync_with_stdio(false); std::cin.tie(nullptr); int n; cin>>n; ll ans=0; for(int i=9;i>=0;i--){ V A; for(int j=1;j<=1000;j++){ if((j&(1<0) A.push_back(j); } int k=A.size(); cout<<10000<<" "<>c; ans+=c*(1<