2 条题解

  • 0
    @ 2026-9-17 16:18:21
    • 0
      @ 2026-8-5 13:06:01
      #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;
      }
      
      
      • 1

      [语言月赛 202308] 四个人的排名加起来没有小粉兔高

      信息

      ID
      14115
      时间
      1000ms
      内存
      512MiB
      难度
      1
      标签
      递交数
      6
      已通过
      5
      上传者