florr.io
#include <iostream> using namespace std; int a, b, c, d; int main() { cin >> a >> b >> c >> d; if (a + b + c + d >= 51) cout << "Rabbit lose"; else cout << "Rabbit wins"; return 0; }
使用您的 蒙青创OJ 通用账户