摘要:
//Made by syx //Time : 2010年7月17日 13:58:47//矩阵连乘 //最长公共子序列 // // // ///*//最长公共子序列#include <stdio.h> char x[8] = {' ','A','B','C','B','D','A','B'}; char y[7] = {' ','B','D','C','A','B' 阅读全文
摘要:
//1000 A + B Problem //1001 Sum Problem //1002 A + B Problem II //2000 ASCII码排序 //2001 计算两点间的距离 //C++中精度控制 //1003 Max Sum //1004 Let the Balloon Rise //1005 Number Sequence //1006 Tick and Tick // ////1006 Tick and Tick//BUG版本 #include <iostream> #include <algorithm> #include<iomanip& 阅读全文