c语言程序错误syntax error : missing ';' before '||'
c语言程序错误syntax error : missing ';' before '||'
日期:2016-05-18 19:52:58 人气:2
456.c(7) : error C2143: syntax error : missing ';' before '||' 错在哪啊
编译器说:
456.c(7) -- 错在程序456.c的 第7行
error C2143 -- 错误类型C2143
syntax error -- 语法错
missing ';' before '||' -- 在 || 前 缺 分号。
这是
if(year%4==0&&year%100
