摘要:
#include <iostream>#include <string>using namespace std;int len = 0, buf_len = 0;char output[255 * 1000 + 2000] = { '\0' }, buf[300] = { '\0' };char c;int main() { //FILE *p = fopen("in.txt", "r"); while(scanf("%c", &c) != EOF) { if( c &g 阅读全文
posted @ 2011-08-07 16:33
DOF_KL
阅读(179)
评论(0)
推荐(0)
浙公网安备 33010602011771号