摘要:
//假设有pow函数,Linux下编译一定要加-lm //gcc ReverseInteger.c -o ReverseInteger -lm 关键:一定要注意操作过程中int类型超界 有可能输入数据没有超界。可是反向逆序后,甚至在逆序操作过程中都有可能超界。反正时刻检查超界与否 #include 阅读全文
posted @ 2017-06-23 20:36
liguangsunls
阅读(196)
评论(0)
推荐(0)