我的六级作文

      ☆日记☆ 2005-6-19 15:59
题目:Directions: For this part,you are allowed 30 minutes to write a shot essay entitled Say No to Pirated Products.You should write at least 150 words following the outline given below:
  Say No to Pirated Products
  1 目前盗版的现象比较严重
  2 造成这种现象的原因及其危害
  3 我们应该怎么做

  Usefule words and expressions:
  盗版:    piracy (n.)
  盗版产品:    pirated products
  知识产权:    intellectual property rights

Say No to Pirated Products


market()
{
 public:
  int piracy_rate;
  string piracy_degree;
  string piracy_reason[3];
};

producer()
{
 public:
  string produce_positivity;
};

people()
{
 public:
  string action[100];
  people(){};
  ~people(){};
  string say( string x, string y, string z )
  {
   z = "say" + x + "to" + y ;
   return z;
  };
  string buy( string p, boolean q, string r )
  {
   if( q = TRUE )
    r = "buy" + p;
   if( q = FALSE )
    r = "not buy" + p;
   return r;
  };
};

main()
{
 market china;
 producer producer1;
 people we;
 int year;
 string pirated_products, intellectual_property_rights;

 china.piracy_rate = 0.75;
 china.piracy_degree = serious;

 for( year = 2005; year = 2050; year++ )
 {
  if( pirate_phenomena_run_away = ture )
   china.piracy_rate+=0.01;
 }
 if( china.piracy_rate >= 0.9 )
 {
  china.piracy_degree = very serious;
  pirated_products = flooding;
  intellectual_property_rights = very serious infringe;
  producer1.produce_positivity = lowlihead;
 }
 china.piracy_reason[0] = people_consciousness_dim;
 china.piracy_reason[1] = difference_of_price_big;
 china.piracy_reason[2] = manage_improper;
 we.action[0] = we.say( "No!", "piracy", we.action[0] );
 we.action[1] = we.say( "No!", "Pirated Products", we.action[1] );
 we.action[2] = we.say( "No!", "infringe copyright", we.action[2] );
 we.action[3] = we.buy( "Products with copyright", TRUE, we.action[3] );
 we.action[4] = we.buy( "Pirated products", FALSE, we.action[4] );
}

不好意思,很久没写程序,可能很多错误...
标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}