
模拟
ZONE画派
正在学习计算机视觉相关
展开
-
20140731 【南华大学 ACM】 1269 What’ s Soapbear
#include #include #include using namespace std;#define p2(x) ((x)*(x))#define MAXN 10001int n;bool f[13];struct POINT{ int x, y;}p[13];int ping(POINT &a, POINT &b){ return 0==(a原创 2014-07-31 20:45:13 · 1488 阅读 · 0 评论 -
20140731 【南华大学 ACM】 1270 MaJiang
http://oj.cs203.net/problem.php?id=1270原创 2014-07-31 21:00:36 · 1679 阅读 · 0 评论 -
20140912 【 拓扑排序 】 bestcoder #1+hdoj 4857 逃生
#include #include #include #include using namespace std;#define MAXN 30010vector v[MAXN];int n, m, cnt[MAXN], ans[MAXN];int main(){ int T, x, y, counter; while( EOF != scanf("%d", &T)原创 2014-09-12 21:18:20 · 1066 阅读 · 0 评论 -
【leetcode】224.basic-calculator(基本计算器)
【leetcode】224.basic-calculator(基本计算器)224.basic-calculatorImplement a basic calculator to evaluate a simple expression string.The expression string may contain open ( and closing parentheses ), the...原创 2019-08-24 08:56:13 · 198 阅读 · 0 评论