上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 101 下一页
摘要: Coder#include // B1032const int maxn = 100000;int school[maxn] = {0};int main(){ int n,schoolID,score; scanf("%d", &n); for(int i =... 阅读全文
posted @ 2017-07-22 19:09 老耗子 阅读(96) 评论(0) 推荐(0)
摘要: Coder#include // B10... 阅读全文
posted @ 2017-07-22 19:09 老耗子 阅读(78) 评论(0) 推荐(0)
摘要: Coder#include // B10... 阅读全文
posted @ 2017-07-22 19:09 老耗子 阅读(78) 评论(0) 推荐(0)
摘要: #include #include #inc... 阅读全文
posted @ 2017-07-06 20:47 老耗子 阅读(77) 评论(0) 推荐(0)
摘要: #include #include #inc... 阅读全文
posted @ 2017-07-06 20:47 老耗子 阅读(114) 评论(0) 推荐(0)
摘要: #include #include #include void gotoxy(int x, int y){ COORD coord = {x, y}; /*COORD是Windows API中定义的一种结构,表示一个字符在控制台屏幕上的坐标。其定义为: typ... 阅读全文
posted @ 2017-07-06 20:46 老耗子 阅读(838) 评论(0) 推荐(0)
摘要: #include #include DWORD WINAPI Fun1Proc( LPVOID lpParameter //thread data);DWORD WINAPI Fun2Proc( LPVOID lpParameter /... 阅读全文
posted @ 2017-07-05 19:01 老耗子 阅读(652) 评论(0) 推荐(0)
摘要: #include #include DWOR... 阅读全文
posted @ 2017-07-05 19:01 老耗子 阅读(41) 评论(0) 推荐(0)
摘要: #include #include DWOR... 阅读全文
posted @ 2017-07-05 19:01 老耗子 阅读(110) 评论(0) 推荐(0)
摘要: sprintf函数 sprintf函数原型... 阅读全文
posted @ 2017-07-02 12:14 老耗子 阅读(123) 评论(0) 推荐(0)
上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 101 下一页