第3行,括号里的void去掉
第4行,a[3]改为a[4]
第7行,;改为,
第8行,结尾加上;
第9行,number3前面加&
第11行,%s改为%d
第12行,=改为==
第15行,return 0;
第19行,void改为int
第28行,==改为=