GoLang Solution For UVa Online Judge: 10197 - Learning Portuguese
GO Solution For UVa 10197 - Learning Portuguese. In this post we will see how we can solve this challenge in GoLang for UVa Online Judge.
Problem Description
Portuguese is one of the most beautiful languages in the whole world, but almost everyone who speaks Portuguese is either brazilian or portuguese. Since people all around the world (and not just brazilians) are participating in this contest, we would like to help you to begin learning portuguese wit
...You can find the full details of the problem Learning Portuguese at UVa Online Judge
Sample Input
falar talk compor compose andar walk
Sample Output
falar (to talk) eu falo tu falas ele/ela fala nós falamos vós falais eles/elas falam compor (to compose) Unknown conjugation andar (to walk) eu ando tu andas ele/ela anda nós andamos vós andais eles/elas andam
Solution: Please check the main.go snippet for the solution.
Solution originally posted at: Github by @codingsince1985
Comments
Leave a comment
You are not LoggedIn but you can comment as an anonymous user which requires manual approval. For better experience please Login.