- Owner
- Mihai-Alexandru Badila
- Problem
- Words
- Contest
- MindCoding 2017 Final 2
- Source
- 0.96KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:37:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (j < s[i].size()) { ^ prog.cpp:51:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (j == s[i].size()) { ^
Results
Test number Result Time 1 Wrong answer 0.2461s