文件名称:上海理光笔试题目及答案
文件大小:30KB
文件格式:DOC
更新时间:2011-12-02 10:10:35
理光 笔试 答案
上海理光分公司笔试题目及答案 #include int max1(int x,int y) { int z; z=x>y?x:y; return z; } max2(int x,int y,int *z) { *z=x>y?x:y; }
文件名称:上海理光笔试题目及答案
文件大小:30KB
文件格式:DOC
更新时间:2011-12-02 10:10:35
理光 笔试 答案
上海理光分公司笔试题目及答案 #include int max1(int x,int y) { int z; z=x>y?x:y; return z; } max2(int x,int y,int *z) { *z=x>y?x:y; }