- Owner
- Lucian Bicsi
- Problem
- Registration Plates
- Contest
- MindCoding 2016 Round 4 (Div. 1)
- Source
- 1.08KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'bool anal()': prog.cpp:26:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < a.length(); ++i) { ^ prog.cpp:40:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < b.length(); ++i) { ^ prog.cpp:48:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < c.length(); ++i) { ^
Results
Test number Result Time 1 Wrong answer 0.2581s