-
Recent Posts
Archives
calendar
December 2025 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Categories
Meta
Tag Cloud
Tag Archives: acm
top coder
会场安排问题
http://haoran-10.iteye.com/blog/1483316 java: import java.util.ArrayList;import java.util.Collections;import java.util.Comparator;import java.util.List;import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scannner = new Scanner(System.in); int m, n; m = scannner.nextInt(); for (int i = 0; i < m; i++) { … Continue reading
scanf用法详解-大自然-我的搜狐
From Evernote: scanf用法详解-大自然-我的搜狐 Clipped from: http://anthonyciomp.blog.sohu.com/86385627.html scanf用法详解
SRM 495 DIV2 | Tanky Woo
From Evernote: SRM 495 DIV2 | Tanky Woo Clipped from: http://www.wutianqi.com/?p=2079