#include<bits/stdc++.h> using namespace std; struct s { long double a[10000]; long long b[10000]; stringstream st[10000]; }; int main() { while (1) new s; return 0; }