汪汪与打针 (C++代码) 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ int a,b,i=2,sum; while(cin>>…… 题解列表 2018年08月07日 0 点赞 0 评论 758 浏览 评分:0.0
汪汪与打针 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b,i=0; while(scanf("%d %d",&a,&b)!=EOF){ while(1)…… 题解列表 2018年07月25日 0 点赞 0 评论 776 浏览 评分:0.0
汪汪与打针 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a,b,m=0,n=0; while(scanf("%d%d",&a,&b)!=EOF) { if…… 题解列表 2017年12月19日 0 点赞 0 评论 771 浏览 评分:0.0
汪汪与打针 (C语言代码) 摘要:#include <stdio.h> int main() { int a,b,m=0,n=0; while(scanf("%d%d",&a,&b)!=EOF) { if(a<…… 题解列表 2017年12月11日 0 点赞 0 评论 975 浏览 评分:0.0
汪汪与打针 (C语言代码) 摘要:解题思路:注意事项:参考代码:#define M 120 //妙三多的价格 #define Y 100 //疫苗的价格 #include <stdio.h> int main(v…… 题解列表 2017年12月04日 0 点赞 0 评论 1029 浏览 评分:0.0