会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Leptus
新随笔
管理
2015年11月16日
poj 1684 Lazy Math Instructor(字符串)
摘要: 题目链接:http://poj.org/problem?id=1686思路分析:该问题为表达式求值问题,对于字母使用浮点数替换即可,因为输入中的数字只能是单个digit。代码如下:#include #include #include #include #include #include using ...
阅读全文
posted @ 2015-11-16 23:53 Leptus
阅读(325)
评论(0)
推荐(0)
编辑