摘要: A. Poisonous Oyster 简单分讨 代码实现 #include <bits/stdc++.h> using namespace std; int main() { string s1, s2; cin >> s1 >> s2; int ans = 1; if (s1 == "fine" 阅读全文