摘要: 爽玩 1. Find the Permutation void solve(){ int n; cin >> n; string s[n]; for(int i=0; i<n; i++) cin >> s[i]; int ans[n]; for(int i=0; i<n; i++){ ans[i] 阅读全文
posted @ 2025-03-02 12:48 Devpp 阅读(23) 评论(0) 推荐(0)