摘要:
采用标准输入输出:输入:12&3 34*133^3131 13031*输出:12 3 34 133 3131 13031思路,先将整个输入存进一个字符串,再解析字符串,这样运行速度会快些。 1 int GetNum(const char* str,int* num) //输入:str---字符... 阅读全文
posted @ 2015-05-06 20:16 lsr_flying 阅读(16450) 评论(1) 推荐(0)
|
||
|
摘要:
采用标准输入输出:输入:12&3 34*133^3131 13031*输出:12 3 34 133 3131 13031思路,先将整个输入存进一个字符串,再解析字符串,这样运行速度会快些。 1 int GetNum(const char* str,int* num) //输入:str---字符... 阅读全文
posted @ 2015-05-06 20:16 lsr_flying 阅读(16450) 评论(1) 推荐(0)
摘要:
1 private void simpleAction1_Execute(object sender, SimpleActionExecuteEventArgs e) { 2 3 IObjectSpace os = Application.CreateObjectSpace... 阅读全文
posted @ 2015-05-06 13:56 lsr_flying 阅读(199) 评论(0) 推荐(0) |
||