Hdu上的一道题1058,一直WA呀,为什么
来源:学生作业帮 编辑:大师作文网作业帮 分类:综合作业 时间:2024/11/11 21:09:44
Hdu上的一道题1058,一直WA呀,为什么
#include
#define min(a,b) a
#include
#define min(a,b) a
while(scanf("%d",&n)&&n)
{
if (n % 10==1&&n%100!=11)
printf("The %dst humble number is %I64d.\n",n,u[n]);
else if
(n % 10==2&&n%100!=12)
printf("The %dnd humble number is %I64d.\n",n,u[n]);
else if
(n % 10==3&&n%100!=13)
printf("The %drd humble number is %I64d.\n",n,u[n]);
else
printf("The %dth humble number is %I64d.\n",n,u[n]);
}
似乎你输出的时候判断有点问题,这个是我写的,你看看吧.
{
if (n % 10==1&&n%100!=11)
printf("The %dst humble number is %I64d.\n",n,u[n]);
else if
(n % 10==2&&n%100!=12)
printf("The %dnd humble number is %I64d.\n",n,u[n]);
else if
(n % 10==3&&n%100!=13)
printf("The %drd humble number is %I64d.\n",n,u[n]);
else
printf("The %dth humble number is %I64d.\n",n,u[n]);
}
似乎你输出的时候判断有点问题,这个是我写的,你看看吧.
这个题在hdu为什么不能AC
hdu 1011那位大牛能帮我看看代码 为什么总是wa啊?感激不尽啊!
HDU的acm1199题总是WA,估计数组范围不够,这题数组应该开多少?All the input are less t
hdu
hdu 2071 很水的题的问题
ACM一道算法题,我的算法为何WA
ACM的一道题,看着很简单,提交却WA了,
HDU ACM编程2000题..
hdu 为什么总是wrong answer哪
真心求解!浙大ZOJ平台上3168题,觉得很简单啊,但一直WA.坐等哭求大牛!
HDU 2054 WA了我梳理了下思路,找不出错误,求大牛们指点下!
一道杭电ACM的测试题,我运行的没问题,但是提交却是WA,