c++ 算法题初始模板
#includeusing namespace std; typedef long long LL; void YD() { } int main() { ios_base::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr); int T; cin >> T; while (T--) { YD(); } return 0; }
#includeusing namespace std; typedef long long LL; void YD() { } int main() { ios_base::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr); int T; cin >> T; while (T--) { YD(); } return 0; }