首页
开源
资讯
活动
开源许可证
软件工程云服务
软件代码质量检测云服务
持续集成与部署云服务
社区个性化内容推荐服务
贡献审阅人推荐服务
群体化学习服务
重睛鸟代码扫描工具
登录
注册
代码拉取完成,页面将自动刷新
Watch
64
Star
114
Fork
12
Sasuke7chen
/
BUAA-2021秋季程序设计基础
Fork 仓库
加载中
取消
确认
代码
Issues
32
Pull Requests
0
Wiki
0
统计
更新失败,请稍后重试!
Issues
/
详情
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
E7-I
待办的
#I4JKWK
一颗油麦菜
创建于
2021-11-24 11:48
### 问题描述 不知道改怎么解决答案输出文件中有空行的问题, ### 代码详情 在下方的代码块区域粘贴你的代码(如果有)。 ```c #include <stdio.h> #include <string.h> #include <ctype.h> char s1[205][105]={""}; char s[105]=""; int main() { int i=0,j,flag=1,k=0; double score=0; gets(s); while(flag&&scanf("%s",s1[i])!=EOF) {if(strcmp(s1[i],"ans.out")==0) flag=0; else i++; } int len=--i; for(i=0;i<=len&&scanf("%s",s)!=EOF;i++) { if(strcmp(s,"--END--")==0) {score=1.0*i/(len+1); printf("%.4f\n[Wrong Answer]: Your output is too short.",score); return 0; } int max; if(strlen(s)<=strlen(s1[i])) max=strlen(s1[i]); else max=strlen(s); for(j=0;j<max;j++) {if(s[j]!=s1[i][j]) {score=1.0*i/(len+1); if(isspace(s[j])||s[j]==0) s[j]='?'; if(isspace(s1[i][j])||s1[i][j]==0) s1[i][j]='?'; printf("%.4f\n[Wrong Answer]: On line %d column %d, read %c, expect %c.",score,i+1,j+1,s1[i][j],s[j]); return 0; } } } if(scanf("%s",s)!=EOF&&strcmp(s,"--END--")==0) puts("1.0000\n[Accepted]"); else puts("0.0000\n[Wrong Answer]: Your output is too long."); return 0; } ```
### 问题描述 不知道改怎么解决答案输出文件中有空行的问题, ### 代码详情 在下方的代码块区域粘贴你的代码(如果有)。 ```c #include <stdio.h> #include <string.h> #include <ctype.h> char s1[205][105]={""}; char s[105]=""; int main() { int i=0,j,flag=1,k=0; double score=0; gets(s); while(flag&&scanf("%s",s1[i])!=EOF) {if(strcmp(s1[i],"ans.out")==0) flag=0; else i++; } int len=--i; for(i=0;i<=len&&scanf("%s",s)!=EOF;i++) { if(strcmp(s,"--END--")==0) {score=1.0*i/(len+1); printf("%.4f\n[Wrong Answer]: Your output is too short.",score); return 0; } int max; if(strlen(s)<=strlen(s1[i])) max=strlen(s1[i]); else max=strlen(s); for(j=0;j<max;j++) {if(s[j]!=s1[i][j]) {score=1.0*i/(len+1); if(isspace(s[j])||s[j]==0) s[j]='?'; if(isspace(s1[i][j])||s1[i][j]==0) s1[i][j]='?'; printf("%.4f\n[Wrong Answer]: On line %d column %d, read %c, expect %c.",score,i+1,j+1,s1[i][j],s[j]); return 0; } } } if(scanf("%s",s)!=EOF&&strcmp(s,"--END--")==0) puts("1.0000\n[Accepted]"); else puts("0.0000\n[Wrong Answer]: Your output is too long."); return 0; } ```
评论 (
0
)
一颗油麦菜
创建了
任务
登录
后才可以发表评论
状态
待办的
待办的
进行中
已完成
已关闭
负责人
未设置
标签
未设置
标签管理
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
未关联
master
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
参与者(1)