#include <iostream>
int main()
{
using namespace std;
int apple;
=25;
cout<<"I have "<<carrots<<" carrots."<<endl;
carrots=carrots-1;
cout<<"Courch,courch!Now,I have "<<carrots<<" carrots"<<endl;
return 0;}
微信扫一扫
#include <iostream>
int main()
{
using namespace std;
int apple;
=25;
cout<<"I have "<<carrots<<" carrots."<<endl;
carrots=carrots-1;
cout<<"Courch,courch!Now,I have "<<carrots<<" carrots"<<endl;
return 0;}
相关推荐