妹子杀手的故事 (C语言代码)只能水题了。。。。 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b; while(scanf("%d %d\n",&a,&b)!=EOF&&a&&b) { …… 题解列表 2019年04月19日 0 点赞 0 评论 280 浏览 评分:0.0
妹子杀手的故事 (C++代码) 摘要:解题思路:注意事项:参考代码:#include <deque>#include <algorithm>#include <iostream>#include <cstdlib>#include <it…… 题解列表 2018年01月21日 0 点赞 0 评论 752 浏览 评分:0.0
妹子杀手的故事 摘要:while True: l,h = map(int,input().split()) if l == 0 and h == 0: break print…… 题解列表 2021年12月24日 0 点赞 0 评论 165 浏览 评分:0.0
妹子杀手的故事 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <iostream> #include <stdlib.h>using namespace std;int main (){ int a,b; whil…… 题解列表 2018年07月28日 0 点赞 0 评论 540 浏览 评分: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
妹子杀手的故事 (Java代码) 摘要:解题思路:注意事项:参考代码:public class 妹子杀手的故事_水到不能再水 { public static void main(String[] args) { // TODO Auto-…… 题解列表 2018年05月02日 0 点赞 0 评论 508 浏览 评分:0.0
妹子杀手的故事 摘要:#妹子杀手c++实现 **看到这道题目我直接无语了,几乎都是废话,就是输入长和宽,求面积** ```cpp #include using namespace std; int mai…… 题解列表 2022年08月28日 0 点赞 0 评论 164 浏览 评分:0.0
妹子杀手的故事-题解(C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int a,b; while(cin>…… 题解列表 2023年09月13日 0 点赞 0 评论 110 浏览 评分:0.0
妹子杀手的故事 (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