• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
crucio
博客园    首页    新随笔    联系   管理    订阅  订阅
2018年1月4日
快速排列 使用链表
摘要: #include"iostream"using namespace std;struct node{ struct node * pre; struct node * next; int valuenumber;};#define Sizenum 100int datanode[Sizenum];n 阅读全文
posted @ 2018-01-04 15:10 crucio 阅读(99) 评论(0) 推荐(0)
2017年4月1日
Cross - -
摘要: four lines intersect in a map of size 6*6. the length of lines excluding intersections,You can see that the length of the longest line is 2. the thick 阅读全文
posted @ 2017-04-01 16:44 crucio 阅读(150) 评论(0) 推荐(0)
2017年3月27日
题目
摘要: ranch 보안 사항 필독 본 SW개발 역량검정 문제지는 출제 과정에서 많은 리소스가 투입된 당사의 지적 자산입니다. 향후 사내교육, 인력채용, 해외연구소 평가 등에 지속적으로 재사용 될 예정이므로, 출제 내용에 대해서 누설 및 자료 재전송을 절대 禁하며, 未 준수로 阅读全文
posted @ 2017-03-27 18:35 crucio 阅读(120) 评论(1) 推荐(0)
ranch
摘要: #include #include #define SIZE 100 int map[SIZE+2][SIZE+2]={0}; int run_test(char ranch[SIZE][SIZE]) { for(int i=0;i<SIZE+2;i++){ for(int j=0;j<SIZE+2;j++){ map[i][j]=0; ... 阅读全文
posted @ 2017-03-27 18:15 crucio 阅读(348) 评论(0) 推荐(0)
robot
摘要: #include #include int test_main(int map[100][100]); #define MAX 100 int test_main(int map[MAX][MAX]){ for(int line=0;line=0;i--){ if(map[line][i]==0)continue; if(map[li... 阅读全文
posted @ 2017-03-27 18:15 crucio 阅读(182) 评论(0) 推荐(0)
OX_pattern
摘要: #include #include #define SIZE 10000 int test_main(int data[SIZE]); int test_main(int data[SIZE]) { int count=0; for(int i=0;i #include #define SIZE 10000 int test_main(int data... 阅读全文
posted @ 2017-03-27 18:14 crucio 阅读(139) 评论(0) 推荐(0)
Mold2
摘要: #include #include #define SIZE 1000 int map[SIZE+2][SIZE+2]={0}; int run_test(const char data[SIZE][SIZE]) { for(int i=0;i<SIZE+2;i++){ for(int j=0;j<SIZE+2;j++){ map[i][j]... 阅读全文
posted @ 2017-03-27 18:14 crucio 阅读(325) 评论(0) 推荐(0)
Mold
摘要: #include #include #define SIZE 1000 int map[SIZE+2][SIZE+2]={0}; int run_test(const char data[SIZE][SIZE]) { for(int i=0;i<SIZE+2;i++){ for(int j=0;j<SIZE+2;j++){ map[i][j]... 阅读全文
posted @ 2017-03-27 18:14 crucio 阅读(396) 评论(0) 推荐(0)
Loan
摘要: #include #include #define SIZE 10000 /* int test_main(int data[SIZE][3]); int test_main(int data[SIZE][3]) { int map[500]={0}; int a=0; for(int i=0;i1000){ z=i; ... 阅读全文
posted @ 2017-03-27 18:13 crucio 阅读(577) 评论(0) 推荐(0)
KSC sort
摘要: #include #include #define SIZE (10000) int a[128]={0}; int b[SIZE]={0}; int l=0; void test_main(char data[SIZE]) { for( int i=0;i=0x80){ b[l]=data[i]; b[l+1]=data[i+1... 阅读全文
posted @ 2017-03-27 18:13 crucio 阅读(149) 评论(0) 推荐(0)
下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3