摘要: * main.cpp * * Created on: 2013-6-2 * Author: Jeff *//*题目地址:http://poj.org/problem?id=1013*/#include<iostream>#include<string>using namespace std;int main(){ int A_sub_0 = 'A' - 0; int num_of_case=0; //输入数据的组数 string *inputData = NULL; //输入的数据 inputData = new string[3]; int coin[ 阅读全文
posted @ 2013-06-04 22:59 Hat_Cloud 阅读(173) 评论(0) 推荐(0)
摘要: ---恢复内容开始---加断点方法:直接双击对应代码行的左边的那个竖栏。起动调试: 点上面的类似蜘蛛的 按钮。. F6 单步调试 F5 进入函数 F7 跳出函数 F8 继续执行到下一个断点处 Ctrl+R运行到光标处---恢复内容结束--- 阅读全文
posted @ 2013-06-04 22:06 Hat_Cloud 阅读(260) 评论(0) 推荐(0)