随笔分类 - 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[
阅读全文

浙公网安备 33010602011771号