摘要:
//poj3916 Duplicate Removal#include<iostream>#include<fstream>using namespace std;int main (int argc, char **argv){ /*fstream cin(argv[1]);*/ int n; int i; int before; int now; while(cin>>n) { if (n =... 阅读全文
posted @ 2011-08-09 12:57 hell0World 阅读(195) 评论(0) 推荐(0)
浙公网安备 33010602011771号