妹子杀手的故事 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a,b; while(scanf("%d %d", &a,&b) && a+b != 0) pr…… 题解列表 2019年01月20日 0 点赞 0 评论 258 浏览 评分:0.0
WU-妹子杀手的故事 (C语言代码) 摘要:参考代码:#include<stdio.h> int main() { int a,b; while(scanf("%d%d",&a,&b)) { if(a==0&b==0) …… 题解列表 2017年12月25日 1 点赞 0 评论 769 浏览 评分:0.0
妹子杀手的故事 (C语言代码) 摘要:这水题是认真的?注意事项:参考代码:#include<stdio.h>int main(){ int a,b; while(scanf("%d %d",&a,&b)!=EOF){ if(a==0 &…… 题解列表 2019年04月03日 0 点赞 0 评论 283 浏览 评分:0.0
妹子杀手的故事 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <iostream> #include <stdlib.h>using namespace std;int main (){ int a,b; whil…… 题解列表 2018年07月28日 0 点赞 0 评论 541 浏览 评分:0.0
妹子杀手的故事-题解(C语言代码) 摘要:# MarkDown编辑器基本使用 #include int main() { printf("kjhgaskj\n"); int a,b; for(;;)…… 题解列表 2019年06月21日 0 点赞 0 评论 413 浏览 评分:0.0
妹子杀手的故事 (C语言代码) 摘要:解题思路: 其实这道题目是作者欺骗我们ACM简单。 诶参考代码:#include<stdio.h> int main() { int a,b; while(scanf("…… 题解列表 2018年11月30日 0 点赞 0 评论 398 浏览 评分:0.0
编写题解 1386: 妹子杀手的故事 摘要:解题思路:注意事项:参考代码://行测试数据,每行包含两个整数a和b(0<a,b<=100),表示长方形的长和宽。当a和b同时为0时,表示输入结束 #include<stdio.h> int ma…… 题解列表 2023年01月07日 0 点赞 0 评论 128 浏览 评分:0.0
妹子杀手的故事-题解(C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b,sum; scanf("%d%d",&a,&b); while(a!=0||b!=0){ su…… 题解列表 2020年12月03日 0 点赞 0 评论 183 浏览 评分:0.0
妹子杀手的故事 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b,m; while(scanf("%d%d",&a,&b)!=EOF) { if(a==0&&b=…… 题解列表 2021年12月03日 0 点赞 0 评论 156 浏览 评分:0.0
。。水。。:妹子杀手的故事 (C语言代码)只有3行 摘要:#include<stdio.h> int main() { int a,b; while(scanf("%d%d",&a,&b)&&a&&b) printf("%d\n",a*b)…… 题解列表 2019年02月23日 1 点赞 5 评论 659 浏览 评分:0.0