目前分類:UVA (73)

瀏覽方式: 標題列表 簡短摘要

#include<iostream>
#include<vector>

lettice0913 發表在 痞客邦 留言(0) 人氣()

#include<iostream>
#include<set>

lettice0913 發表在 痞客邦 留言(0) 人氣()

#include<iostream>
#include<cmath>

lettice0913 發表在 痞客邦 留言(0) 人氣()

#include<iostream>
#include<stdio.h>

lettice0913 發表在 痞客邦 留言(0) 人氣()

#include<iostream>
using namespace std;

lettice0913 發表在 痞客邦 留言(0) 人氣()

#include<iostream>
#include<string.h>

lettice0913 發表在 痞客邦 留言(0) 人氣()

#include<iostream>
#include<string.h>

lettice0913 發表在 痞客邦 留言(0) 人氣()

#include<iostream>
#include<algorithm>

lettice0913 發表在 痞客邦 留言(0) 人氣()

#include<iostream>
#include<string.h>

lettice0913 發表在 痞客邦 留言(0) 人氣()

#include<iostream>
#include<algorithm>

lettice0913 發表在 痞客邦 留言(0) 人氣()

#include<iostream>
#include<queue>

lettice0913 發表在 痞客邦 留言(0) 人氣()

import java.math.BigInteger;
import java.util.*;

lettice0913 發表在 痞客邦 留言(0) 人氣()

#include<iostream>
#include<cmath>

lettice0913 發表在 痞客邦 留言(0) 人氣()

這題就是找prime 的變形題,prime 大到快20000000,千萬等級,

但還好篩法還夠快。

lettice0913 發表在 痞客邦 留言(0) 人氣()

這題是一題經典題,要找可以包住polygon的最小矩形。矩形的特性是其中一個邊

會和polygon 的某一個邊重疊。所以基本上利用polygon 的每一個邊為基底

lettice0913 發表在 痞客邦 留言(0) 人氣()

import java.util.*;
import java.math.BigInteger;

lettice0913 發表在 痞客邦 留言(0) 人氣()

這題的概念會用到catalan number ,以及super catalan number

catalan number 的來龍去脈其實還滿好想的,但

lettice0913 發表在 痞客邦 留言(0) 人氣()

#include<iostream>
#include<cstring>

lettice0913 發表在 痞客邦 留言(0) 人氣()

#include<iostream>
using namespace std;

lettice0913 發表在 痞客邦 留言(0) 人氣()

//============================================================================
// Name        : 10340.cpp

lettice0913 發表在 痞客邦 留言(0) 人氣()