- Owner
- Lucian Bicsi
- Problem
- Registration Plates
- Contest
- MindCoding 2016 Round 4 (Div. 1)
- Source
- 0.79KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:21:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < a.length(); ++i) { ^ prog.cpp:35:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < b.length(); ++i) { ^ prog.cpp:43: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.2585s