class Test20110304
{
public static void main(String[] args)
{
int x,y,z,u,v;
x=Integer.parseInt(args[0]) ;
y=Integer.parseInt(args[1]) ;
u=Integer.parseInt(args[2]) ;
v=Integer.parseInt(args[3]) ;
z=x*u+y*v;
System.out.println(z);
}
}
Protocol Buffers https://developers.google.com/protocol-buffers/ Serialize and ParseFrom https://www.jianshu....
沒有留言:
張貼留言