当前位置: 技术问答>linux和unix
zoj1334题 自己写的代码怎么总是wrong answer,哪里错了
来源: 互联网 发布时间:2017-03-21
本文导语: 本帖最后由 Choice_JJ 于 2012-11-09 19:19:43 编辑 题目是:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=334 #include "stdio.h" #include "string.h" #include "math.h" #define MAX 100 int count = 0; void str_to_num(char *num, int *temp, int len) {...
#include "stdio.h"
#include "string.h"
#include "math.h"
#define MAX 100
int count = 0;
void str_to_num(char *num, int *temp, int len)
{
int i;
for (i = 0; i 7)
printf("%7sn", "ERROR");
else
{
num_to_str(num, temp, count);
printf("%7sn", num);
}
}
return 0;
}
谢谢~
|
找到问题了。。用memset()将那两个数组每次循环开始初始化为0,就可以了
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。