摘要: pcc32.c /********************************************************* Author: RedOC ** Email: RedOC@foxmail... 阅读全文
posted @ 2012-12-01 10:48 N3verL4nd 阅读(228) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #define MAP_WIDTH 40#define MAP_HEIGHT 30int main(){ static char LogoMap[8][64] = { "■ ■ ■ ■■■■■ ■■■■■ ■■■■■ ■■... 阅读全文
posted @ 2012-12-01 10:40 N3verL4nd 阅读(128) 评论(0) 推荐(0) 编辑
摘要: #include #include int main(){ fixConsoleSize(50,20); setTextColor(LIGHT_GREEN); gotoTextPos(10,10); puts("你好!"); getch(); return 0;} 阅读全文
posted @ 2012-12-01 10:37 N3verL4nd 阅读(120) 评论(0) 推荐(0) 编辑
摘要: Advanced Fruits Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 945 Accepted Submission... 阅读全文
posted @ 2012-12-01 10:07 N3verL4nd 阅读(113) 评论(0) 推荐(0) 编辑
摘要: #include #include using namespace std;int main(){ int a[] = {1,2,3,4}; vectornum(a,a+4); vector *p = # for(int i=0;i<num.size();i++) cout<<(*p)[i]<... 阅读全文
posted @ 2012-12-01 08:49 N3verL4nd 阅读(455) 评论(0) 推荐(0) 编辑