Skip to content

mmzarif/codeforces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

codeforces

My take on questions from codeforces

71A: Way Too Long Words

The problem: https://codeforces.com/problemset/problem/71/A

Solution: I used 2D arrays to store the words in different rows. Maximum length of the colums is 101 including the null termination character. Abbreviation is needed if strlen in a row is greater than 10.

About

my take on questions from codeforces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages