当前位置:  技术问答>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) {...

本帖最后由 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)
{
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.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 弦图ZOJ 1015 Fishing Net 判定方法


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3