A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

yyc1888

初级黑马

  • 黑马币:6

  • 帖子:2

  • 精华:0

#include <iostream>
#include <string>

using namespace std;
int main()
{
   string raptor_prompt_variable_zzyz;
   int heads;
   int n;
   int foots;
   int m;

   raptor_prompt_variable_zzyz ="input header number";
   cout << raptor_prompt_variable_zzyz << endl;
   cin >> m;
   raptor_prompt_variable_zzyz ="input footer number";
   cout << raptor_prompt_variable_zzyz << endl;
   cin >> n;
   if (foots % 2==1)
   {
      cout << "error foots number" << endl;   }
   else
   {
      if (foots/2<heads)
      {
         cout << "foots/2<heads" << endl;      }
      else
      {
         if (foots/4>heads)
         {
            cout << "foots/4>heads" << endl;         }
         else
         {
            m =foots/2-heads;
            n =heads-m;
            cout << "clock="+n+"and rabbit="+m << endl;         }
      }
   }

   return 0;
}

0 个回复

您需要登录后才可以回帖 登录 | 加入黑马