- Owner
- Pintilie Andrei
- Problem
- Morse
- Contest
- MindCoding 2017 Round 1 (Div. 1)
- Source
- 1.28KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:47: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:60: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.2621s