Job 18329

Owner
Ungureanu Stefan-Adrian
Problem
Morse
Contest
MindCoding 2017 Round 1 (Div. 1)
Source
1.67KB
Result
Wrong answer

Compiler output

prog.cpp: In function 'int main()':
prog.cpp:28:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         while(l <= strlen(words[i].chr)){
                 ^
prog.cpp:31:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             while(j<= strlen(Alphabet[poz].chr))
                    ^
prog.cpp:42:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         while(l <= strlen(words[i+1].chr)){
                 ^
prog.cpp:45:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             while(j<= strlen(Alphabet[poz].chr))
                    ^

Results

Test numberResultTime
1Wrong answer0.2471s
Questions?

Sponsors Gold