- Owner
- Stanislav Ivanov
- Problem
- Registration Plates
- Contest
- MindCoding 2016 Round 4 (Div. 1)
- Source
- 1.20KB
- Result
- Accepted
Compiler output
prog.cpp: In function 'int main()': prog.cpp:18:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i<b.size(); ++i){ ^ prog.cpp:33:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i<c.size(); ++i){ ^ prog.cpp:15:14: warning: unused variable 'good' [-Wunused-variable] bool good = true; ^
Results
Test number Result Time 1 Ok 0.2571s