- Owner
- Daniel Rusu
- Problem
- Keyboard
- Contest
- MindCoding 2017 Round 3 Take Off Labs (Div. 1)
- Source
- 2.07KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:30:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < strlen(line1); ++i) { ^ prog.cpp:35:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < strlen(line2); ++i) { ^ prog.cpp:40:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < strlen(line3); ++i) { ^
Results
Test number Result Time 1 Ok 0.5053s 2 Wrong answer 0.5048s