- Owner
- Pintilie Andrei
- Problem
- Morse
- Contest
- MindCoding 2017 Round 1 (Div. 1)
- Source
- 1.25KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:46:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i = 0; i < R.size(); i++){ ^ prog.cpp: In function 'void change(char*)': prog.cpp:59:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < strlen(s); i++){ ^
Results
Test number Result Time 1 Wrong answer 0.2543s