社区
非技术区
帖子详情
有没有人先来华为试试的?
suerain
2005-12-02 10:28:19
部门: 业务与软件
java或者c++都可以
想试试的发简历到lost-planet@tom.com
有问题要咨询也可以发邮件过来
...全文
140
回复
打赏
收藏
有没有人先来华为试试的?
部门: 业务与软件 java或者c++都可以 想试试的发简历到lost-planet@tom.com 有问题要咨询也可以发邮件过来
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
HDU 2052 Picture
HDU 2052 Picture 题目 题目大意 :就是输入两个数字 宽度和高度,在每个矩形下面输出一个空行。 0.0 博主是个连打印图形都不会的菜鸡, 这种在大佬眼里的水题干了一下午。 不是大家的那种普遍通用算法, 是一个一个试出来的0.0 思路 ac答案 #include<stdio.h> int main() { int n,m; int i,j; while(scanf("%d %d",&n,&m)!=EOF) { for(i=1;i<=m+
hdu 2052 picture
Problem Description Give you the width and height of the rectangle,darw it. Input Input contains a number of test cases.For each case ,there are two numbers n and m (0 < n,m < 75)indica...
HDU - 2052 Picture
Description Give you the width and height of the rectangle,darw it. Input Input contains a number of test cases.For each case ,there are two numbers n and m (0 < n,m < 75)indicate the widt...
HDU 2052 - Picture
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2052 #include int main(void) { int w, h, i, j; while (scanf("%d%d", &w, &h) != EOF) { putchar('+'); for (i = 0
HDU 2052 Picture
Picture Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 12879 Accepted Submission(s): 6698 Problem Description Give you the width and he
非技术区
23,404
社区成员
70,506
社区内容
发帖
与我相关
我的任务
非技术区
Java 非技术区
复制链接
扫一扫
分享
社区描述
Java 非技术区
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章