- Owner
- Raul Muresan
- Problem
- Registration Plates
- Contest
- MindCoding 2016 Round 4 (Div. 1)
- Source
- 2.87KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:86:137: warning: NULL used in arithmetic [-Wpointer-arith] if((s[k] <='Z' and s[k]>='A') and (s[k+1] <='Z' and s[k+1]>='A') and (s[k+2] <='Z' and s[k+2]>='A') and s[k+3]==NULL) ^
Results
Test number Result Time 1 Wrong answer 0.2579s