2021年9月10日

1072 开学寄语 (20 point(s))

摘要: #include <bits/stdc++.h> using namespace std; int main() { int n, m, s = 0, t = 0; set<string> unlegal; cin >> n >> m; while(m--){ string str; cin >> 阅读全文

posted @ 2021-09-10 23:00 Atl212 阅读(57) 评论(0) 推荐(0)

1071 小赌怡情 (15 point(s))

摘要: #include <bits/stdc++.h> using namespace std; int main() { int T, K, n1, b, t, n2, x; cin >> T >> K; // 初始化当前筹码 x = T; while(K--){ cin >> n1 >> b >> t 阅读全文

posted @ 2021-09-10 22:22 Atl212 阅读(24) 评论(0) 推荐(0)

导航