- Owner
- Tudor Costin Razvan
- Problem
- Morse
- Contest
- MindCoding 2017 Round 1 (Div. 1)
- Source
- 1.26KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:33:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0 ; j < now.size() ; ++j) ^ prog.cpp:35:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (k = 0 ; k < str[now[j] - 'a'].size() ; ++k) ^
Results
Test number Result Time 1 Wrong answer 0.2597s