2013年10月19日

棋盘的完美覆盖问题,c++代码实现

摘要: #include "stdafx.h" #include #include using namespace std; int tile=0; int *(*board) = NULL;//定义指向指针的指针用于动态的创建用于存储骨牌号的数组 int main() { void chess... 阅读全文

posted @ 2013-10-19 22:37 吴一达 阅读(330) 评论(0) 推荐(0)

杭电ACM 1002题

摘要: import java.math.BigInteger;import java.util.Scanner;public class Main { public static void main(String[] args) { Scanner sc=new Scanner(Syst... 阅读全文

posted @ 2013-10-19 16:19 吴一达 阅读(248) 评论(0) 推荐(0)

杭电ACM 1001题

摘要: import java.util.Scanner;public class Main { public static void main(String[] args) { Scanner sc=new Scanner(System.in); while (... 阅读全文

posted @ 2013-10-19 11:35 吴一达 阅读(348) 评论(0) 推荐(0)

杭电ACM 1000题

摘要: import java.util.Scanner;public class Main { public static void main(String[] args) { Scanner cin=new Scanner(System.in); whil... 阅读全文

posted @ 2013-10-19 11:31 吴一达 阅读(197) 评论(0) 推荐(0)

导航