| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 2704 人关注过本帖
标题:【求助高手】一个看似简单其很挺难的程序
取消只看楼主 加入收藏
jingchen1706
Rank: 1
等 级:新手上路
帖 子:14
专家分:0
注 册:2008-6-19
收藏
得分:0 
[bo][un]VxWorks[/un] 在 2008-6-19 19:10 的发言:[/bo]

你真是菜,连什么是文件都不知道。
你以为getchar不能读文件,printf不能写文件
知道什么是重定向吗,不知道就百度一下。
Everything is file in Unix system.

我给你一个文件,你自己把自己的程序跑一下看看。你的算法都不对,看都不用看。你到底有没有毒清楚题目啊
2008-06-19 19:14
jingchen1706
Rank: 1
等 级:新手上路
帖 子:14
专家分:0
注 册:2008-6-19
收藏
得分:0 
[bo][un]卧龙孔明[/un] 在 2008-6-19 19:26 的发言:[/bo]


#include
int main(void)
{
    int p=1;
    char t[81];
    freopen("bslz.in","r",stdin);
    freopen("bslz.out","w",stdout);
    while(gets(t)!=EOF)
    {
        if(t[0])
        {
      ...



------ Build started: Project: reshape, Configuration: Debug Win32 ------
Compiling...
reshape.cpp
.\reshape.cpp(6) : warning C4996: 'freopen' was declared deprecated
        D:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(245) : see declaration of 'freopen'
        Message: 'This function or variable may be unsafe. Consider using freopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\reshape.cpp(7) : warning C4996: 'freopen' was declared deprecated
        D:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(245) : see declaration of 'freopen'
        Message: 'This function or variable may be unsafe. Consider using freopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\reshape.cpp(8) : error C2446: '!=' : no conversion from 'int' to 'char *'
        Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
.\reshape.cpp(8) : error C2040: '!=' : 'char *' differs in levels of indirection from 'int'
Build log was saved at "file://c:\Documents and Settings\Chen\My Documents\Visual Studio 2005\Projects\reshape\reshape\Debug\BuildLog.htm"
reshape - 2 error(s), 2 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

这实在Vc++上运行你程序的结果
2008-06-19 19:43
jingchen1706
Rank: 1
等 级:新手上路
帖 子:14
专家分:0
注 册:2008-6-19
收藏
得分:0 
这是我需要处理的文件,你自己跑跑看看

笔考蓝宝书完整打印版.rar (361.03 KB)
2008-06-19 19:48
jingchen1706
Rank: 1
等 级:新手上路
帖 子:14
专家分:0
注 册:2008-6-19
收藏
得分:0 
[bo][un]卧龙孔明[/un] 在 2008-6-19 19:48 的发言:[/bo]

楼主用这个吧

#include
int main(void)
{
    int p=1;
    char t[81];
    freopen("bslz.in","r",stdin);
    freopen("bslz.out","w",stdout);
    while(gets(t))
    {
        if(t[0])
        ...


果然是高手谢谢了,问题已经解决,看来这个坛子还是不一样!
2008-06-19 19:53
快速回复:【求助高手】一个看似简单其很挺难的程序
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.088385 second(s), 9 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved