- Owner
- Constantin Tiron
- Problem
- Registration Plates
- Contest
- MindCoding 2016 Round 4 (Div. 1)
- Source
- 1.35KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:20:104: warning: NULL used in arithmetic [-Wpointer-arith] else if (s[4]==' ') {if(isupper(s[5])&&isupper(s[6])&&isupper(s[7])&&(s[9]==' '||s[9]==NULL)) ^ prog.cpp:30:100: warning: NULL used in arithmetic [-Wpointer-arith] {if (s[5]==' ') {if(isupper(s[6])&&isupper(s[7])&&isupper(s[8])&&(s[9]==' '||s[9]==NULL)) ^
Results
Test number Result Time 1 Wrong answer 0.2558s