地址:http://acm.uestc.edu.cn/#/problem/show/1565

题目:

Kidd1ng Me?

Time Limit: 3000/1000MS (Java/Others)     Memory Limit: 65535/65535KB (Java/Others)
Submit Status

There are 1010 tests.

For the ithith test, you should output ii.

Input

No input.

Output

For the ithith test, you should output ii.

Sample input and output

Sample Input Sample Output
 
1

Hint

The sample above is for the first test.

Source

The 15th UESTC Programming Contest Preliminary
 
题解:
  队友过的,好邪
package ttttttttt;

import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date; public class Main {
public static void main(String[] args)
{
Date dt= new Date();
Long time= dt.getTime();
System.out.println((System.currentTimeMillis()/)%+);
} }

最新文章

  1. CentOs 6.5 安装Ganglia步骤
  2. 二维码生成Zxing.net DEMO
  3. WinServer2003 文件夹共享 方法设置
  4. Delphi 200X、XE中如何用并行实现循环的计算
  5. BZOJ 3123 森林(函数式线段树)
  6. JQuery 判断ie7|| ie8
  7. [每日一题] 11gOCP 1z0-052 :2013-09-15 Enterprise Manager Support Workbench..................B9
  8. 循环神经网络(RNN)模型与前向反向传播算法
  9. Python-web应用 +HTTP协议 +web框架
  10. Calendar打印日历
  11. java 常用命令
  12. 前端:jQuery笔记
  13. bzoj4697: 猪
  14. 5.15 python 面向对象的软件开发&领域模型
  15. jstl标签怎么实现分页中下一页
  16. timescaledb 几个方便的api
  17. 确定比赛名次---hdu1285(拓扑排序)
  18. 【微信小程序】转载:微信小程序之购物车功能
  19. NSValue 值
  20. Python实现——一元线性回归(梯度下降法)

热门文章

  1. 解决同一页面jQuery多个版本或和其他js库冲突方法
  2. 【Python】用文本打印树
  3. python 处理抓取网页乱码
  4. CSS代码重构与优化
  5. JNI 各类数据类型处理
  6. JQuery------鼠标双击时,不选中div里面的文字
  7. jQuery------$.each()遍历类方法
  8. Java知识点梳理——装箱和拆箱
  9. 【POJ3621】Sightseeing Cows 分数规划
  10. ios 对日期的处理(包括计算昨天时间、明天时间)