#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;}
C++ Primer Plus 0001
阅读 129
2022-01-10
#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;}
相关推荐
精彩评论(0)