cf/mirror

String Manipulation 1.0

CF
159C1400· specialist3s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
2
bac
3
2 a
1 b
2 c
Output
acb
Sample 2of 2
Input
1
abacaba
4
1 a
1 a
1 c
2 b
Output
baa
159C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)