根据国务院有关规定,承包、租赁、拍卖“四荒”土地使用权,最长不超过( )。
A.40年
B.50年
C.60年
D.70年
参考答案:B
已知P是⊙O外一点,OP交⊙O于点A,PA=8,点P到⊙O的切线长为12,则⊙O的半径长为______.
下列程序的运行结果是() public class test{ private String[] data={“10”,“10.5”}; public void fun(){ double s=0; for(int i=0;i<3;i++){ try{ s=s+Integer .parseInt(data[i]); }catch(Exception e){ System.out.print(“errorl:”+data[i]); } } } public static void main(String[]args){ try{ testd=new test(); d .fun(); }catch(Exception e){ System.out.printIn(“error2”); } } }
A.errorl:10.5
B.error2
C.errorl:10.5 error2
D.以上都不对