输入样例: pcTclnGloRgLrtLhgljkLhGFauPewSKgt 输出样例: GPLTGPLTGLTGLGLL #include<stdio.h>#include<string.h>intmain(){constintN =1e4+5;charstrs[N];intgplt[4];scanf("%s",strs);for(inti=0;i<strlen(strs);i++) {if(strs[i]=='g'||strs[i]=='G') { gplt[0]++; }elseif(...
请将字符重新调整顺序,按GPLTGPLT...这样的顺序输出,并忽略其它字符。当然,四种字符(不区分大小写)的个数不一定是一样多的,若某种字符已经输出完,则余下的字符仍按GPLT的顺序打印,直到所有字符都被输出。 输入格式: 输入在一行中给出一个长度不超过10000的、仅由英文字母构成的非空字符串。 输出格式: 在一行中...
7-2 I Love GPLT (5 分) 7-3 输出带框文字 (5 分) 7-4 输出菱形图案 (5 分) 7-5 输出倒三角图案 (5 分) 7-6 厘米换算英尺英寸 (15 分) 7-7 计算摄氏温度 (10 分) 7-8 是不是太胖了 (5 分) 7-9 求整数均值 (10 分) 7-10 算术入门之加减乘除 (10 分) 7-11 计算平均分 (5...
1. 输出样例: GPLTGPLTGLTGLGLL 1. #include<iostream>#include<cstring>#include<cstdio>#include<algorithm>usingnamespacestd;intmain(){inta1[4]={0};stringa,s="GPLT";cin>>a;intsum=0;intlen=a.length();for(inti=0;i<len;i++){if(a[i]>='a'&&a[i]<='z')a[i]-=32;}for(inti=...
输出样例1: ___I love GPLT 输入样例2: 4*thisisa sampleforcut 输出样例2: cut#include<stdio.h>#include<string.h>intmain(){chara[100001];charc;intn;scanf("%d %c",&n,&c);getchar();gets(a);intstr=strlen(a);if(n>str) {
GPLT ios #include i++ 输出格式 转载 mb5ff2f1c4b5e55 2021-08-11 16:57:00 160阅读 2 7-3奇偶分家(10 分) 7-3奇偶分家(10 分)给定N个正整数,请统计奇数和偶数各有多少个?输入格式:输入第一行给出一个正整N(≤1000);第2行给出N个非负整数,以空格分隔。输出格式:在一行中先后输出奇数的个数、...
输出格式: 从第1 所高校的第 1 支队伍开始,顺次输出队员的座位号。每队占一行,座位号间以 1 个空格分隔,行首尾不得有多余空格。另外,每所高校的第一行按“#X”输出该校的编号X,从 1 开始。 输入样例: 代码语言:javascript 复制 3342 输出样例: ...