随笔分类 -  ACM

自己写的ACM题目或是优秀的解法
摘要:* 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)