摘要:
#include"iostream"using namespace std;struct node{ struct node * pre; struct node * next; int valuenumber;};#define Sizenum 100int datanode[Sizenum];n 阅读全文
摘要:
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 阅读全文
摘要:
ranch 보안 사항 필독 본 SW개발 역량검정 문제지는 출제 과정에서 많은 리소스가 투입된 당사의 지적 자산입니다. 향후 사내교육, 인력채용, 해외연구소 평가 등에 지속적으로 재사용 될 예정이므로, 출제 내용에 대해서 누설 및 자료 재전송을 절대 禁하며, 未 준수로 阅读全文
摘要:
#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; ... 阅读全文
摘要:
#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... 阅读全文
摘要:
#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]... 阅读全文
摘要:
#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]... 阅读全文
摘要:
#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... 阅读全文
摘要:
#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... 阅读全文
摘要:
#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; ... 阅读全文