to be myself
发布时间:2013-03-03 12:20:14
好多分支,枚举真的要十分仔细,注意解决问题的全面性!树状数组解决,效率还OK。#include<stdio.h>#include <string.h>#define N 50010int n, len, c[N];char s[N];int getLowBit(int n){ &nb.........【阅读全文】
发布时间:2013-03-02 18:23:33
点击(此处)折叠或打开#include <stdio.h>#include <string.h>typedef struct{ char typestyle; char column; int row;}type.........【阅读全文】
发布时间:2013-03-02 18:22:10
点击(此处)折叠或打开#include <stdio.h>#include <string.h>int main(){ int n = 8, i = 0, flag = 0, j = 0, z = 0, ans = 1, count; char? str[35], sea.........【阅读全文】
发布时间:2013-03-02 18:21:16
点击(此处)折叠或打开#include <stdio.h>#include <string.h>char ins[10][10]; //指令数组int vis[10][10]; //标记已访问坐标int fa[10][10]; //移到双亲坐标的指令int main(){.........【阅读全文】