Comments
747E1700· expert2s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
hello,2,ok,0,bye,0,test,0,one,1,two,2,a,0,b,0
Output
3hello test oneok bye twoa b
Sample 2of 3
Input
a,5,A,0,a,0,A,0,a,0,A,0
Output
2aA a A a A
Sample 3of 3
Input
A,3,B,2,C,0,D,1,E,0,F,1,G,0,H,1,I,1,J,0,K,1,L,0,M,2,N,0,O,1,P,0
Output
4A K MB F H L N OC D G I PE J
58%
747E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…