
poj
我的世界有个L
南理工,软件工程
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
poj3048 Max Factor
POJ 3048 Max Factor 题目简介:给N个数(1 <= N <= 5,000),每个数的范围是1..20,000,输出他们中素因子最大的那个数。原创 2016-06-07 18:01:52 · 955 阅读 · 1 评论 -
poj 3047 Bovine Birthday
题目大意:给出年月日,求这一天是星期几 Java Calender类直接水过。。。注意,Java的Calendar类中月份从0月开始,所以月份要记得减一下面直接贴代码:import java.util.Calendar; import java.util.Scanner;public class Main { public static void main(String[] args) {原创 2016-06-08 00:49:00 · 456 阅读 · 0 评论 -
poj 2406 Power Strings
问题描述: Power Strings Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 42056 Accepted: 17526 DescriptionGiven two strings a and b we define a*b to be their concatenation. For ex原创 2016-06-16 00:28:03 · 307 阅读 · 0 评论