妹子杀手的故事-题解(C++代码) 摘要:```cpp #include #include using namespace std; int main() { int a,b; while(scanf("%d %d",&a,…… 题解列表 2020年02月13日 0 点赞 0 评论 659 浏览 评分:9.9
妹子杀手的故事 (C++代码) 摘要:解题思路:注意事项:参考代码:横眉冷对千夫指,俯首甘为孺子牛,妹子......哼哼,垃圾!!!发一段大家都很常用而且很好理解的一道题解: #include<cstdio> int main()…… 题解列表 2018年01月09日 1 点赞 0 评论 1026 浏览 评分:9.9
简单python走起 摘要:解题思路:。。注意事项:。。参考代码:n=[list(map(int,input().split()))]i=0while n[i][0]>0 and n[i][1]>0: n.append(l…… 题解列表 2021年04月07日 0 点赞 0 评论 180 浏览 评分:9.9
题解 妹子杀手的故事[ C++] 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main(){ int a,b; while(cin>>a…… 题解列表 2021年11月17日 0 点赞 0 评论 267 浏览 评分:9.9
妹子杀手的故事 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main(){ int a[100],b[100],i=0; while(1){ scanf("%d %d",…… 题解列表 2017年10月22日 0 点赞 0 评论 1301 浏览 评分:8.6
妹子杀手的故事 摘要:参考代码:#include <iostream>int main() { int a, b; while (true) { std::cin >> a >> b; …… 题解列表 2024年10月10日 0 点赞 0 评论 86 浏览 评分:8.4
妹子杀手的故事 (C语言代码) 摘要:解题思路:注意事项:参考代码:int a,b;while(scanf("%d %d\n",&a,&b)!=EOF) if(a==0 && b==0) { break;…… 题解列表 2018年11月05日 6 点赞 0 评论 1122 浏览 评分:7.3
妹子杀手的故事 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a,b; while(1) { scanf("%d%d",&a,&b); if(a==0&&…… 题解列表 2017年09月20日 1 点赞 0 评论 1401 浏览 评分:4.6
妹子杀手的故事 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main (){ int a,b; while(scanf("%d %d",&a,&b) == 2 && a){ print…… 题解列表 2017年08月26日 0 点赞 0 评论 851 浏览 评分:2.5
妹子杀手的故事 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <iostream> #include <stdlib.h>using namespace std;int main (){ int a,b; whil…… 题解列表 2018年07月28日 0 点赞 0 评论 540 浏览 评分:0.0