陈宫 发表于 2011-11-4 23:44:33

gorefiend 发表于 2011-11-4 20:31 static/image/common/back.gif
#include
#define input scanf
void main()


#include <stdio.h>
#define input scanf
void main()
{
int a,b;
float c;
float raa=0.02,rab=0.05;
printf("please input quota and provid \n");
input("%d %d",&a,&b);
if (b=a)
{
c=b/100;
}
else
{
if (b-a)/a>=0.01 && (b-a)/a <= 0.2;
{
c=(b/100)+(b-a)*raa;
}
else
{
c=(b/100)+((b-a)*raa)+((b-a-(b-a)*0.2)*rab);
}
}
printf ("%f",c);
}

陈宫 发表于 2011-11-5 07:32:57

Veraldo我擦陈老师你还真会玩连这个都会。。。

比你头像的陈老师差远了。。。

pzhy 发表于 2011-11-5 07:44:36

合同还是找律师翻译吧,一般人真的玩不来,用在法律条款上的英文必须要非常非常严谨,否则打官司必败
页: 1 2 [3]
查看完整版本: 英语达人进