博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年11月7日

摘要: #include <iostream>using namespace std;void main(){ char *a="13"; int b=atoi(a); cout<<b<<endl;} 阅读全文

posted @ 2012-11-07 16:48 nobile.amir 阅读(152) 评论(0) 推荐(0) 编辑