原文:将一个数字字符串转换成与其面值相同的长整形整数

include lt stdio.h gt include lt string.h gt long fun char s long m int i,n strlen s for i i lt n i m m s i 从数的最高位开始赋值给m return m void main char s printf please input a num string: gets s printf afte ...

2019-07-31 12:20 0 412 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM