MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / main

Function main

CPP/char array/lengthencode.cpp:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25}
26int main(){
27 cin.tie(0)->sync_with_stdio(0);
28 string s1 ="aaabbccddee";
29 cout<< compressString(s1)<<endl;
30 string s2="abcd";
31 cout<< compressString(s2)<<endl;
32 return 0;
33}
34
35

Callers

nothing calls this directly

Calls 1

compressStringFunction · 0.85

Tested by

no test coverage detected