欣乐

The eagles are coming!

导航

P40 字节单位:KMGT

//40
program test;
uses math; //使用math单元,就可以用a**b的形式,代表a的b次方
begin
  writeln( 2**10 ); //KB
  writeln( 2**20 ); //MB
  writeln( 2**30 ); //GB
  writeln( 2**40 ); //TB
end.

 

posted on 2014-09-19 08:38  欣乐  阅读(1105)  评论(0编辑  收藏  举报