八怪不姓丑

关注

第55期:Codeforces-Round #776 (Div. 3)

八怪不姓丑

关注

阅读 50

2022-03-15

A. Deletions of Two Adjacent Letters

tags:   implementation    strings 

solution:

code:

#include<bits/stdc++.h>
using namespace std;
int main(){
	int t;cin>>t;
	while(t--){
		char s[100];
		string s1;char c;
		cin>>(s+1)>>s1;
		c=s1[0];
		int n

相关推荐

爱做梦的老巫婆

Codeforces Round #776 (Div. 3)

爱做梦的老巫婆 65 0 0

修炼之士

Codeforces Round #776 (Div. 3) 总结

修炼之士 51 0 0

Java旺

第54期:Codeforces-Round #775 (Div. 2, based on Moscow Open Olympiad in Informatics)

Java旺 68 0 0

大漠雪关山月

Codeforces Round 962 (Div. 3)

大漠雪关山月 34 0 0

书呆鱼

Codeforces Round #764 (Div. 3)

书呆鱼 59 0 0

343d85639154

Codeforces Round 935 (Div. 3)

343d85639154 21 0 0

哈哈我是你爹呀

Codeforces Round #629 (Div. 3)

哈哈我是你爹呀 168 0 0

后来的六六

Codeforces Round #780 (Div. 3)

后来的六六 92 0 0

舍予兄

Codeforces Round #617 (Div. 3)

舍予兄 75 0 0

千白莫

Codeforces Round #575 (Div. 3)

千白莫 114 0 0

精彩评论(0)

0 0 举报