提交时间:2026-01-11 20:05:42
运行 ID: 82399
#include <bits/stdc++.h> using namespace std; int main( ) { int n; cin>>n; stringstream s[n]; }