0_0_36513881_28442.cpp: In function 'int main()':
0_0_36513881_28442.cpp:57:9: error: 'll' was not declared in this scope
ll av=0;//分子
^
0_0_36513881_28442.cpp:58:12: error: expected ';' before 'shu'
ll shu=0;//分母
^
0_0_36513881_28442.cpp:79:16: error: expected ';' before 'cnt'
ll cnt;
^
0_0_36513881_28442.cpp:80:16: error: expected ';' before 'sum'
ll sum;
^
0_0_36513881_28442.cpp:82:13: error: 'cnt' was not declared in this scope
cnt=1;
^
0_0_36513881_28442.cpp:83:13: error: 'sum' was not declared in this scope
sum=x;
^
0_0_36513881_28442.cpp:93:16: error: 'shu' was not declared in this scope
if(shu==0)//之前还没环,则先赋值
^
0_0_36513881_28442.cpp:96:17: error: 'av' was not declared in this scope
av=sum;
^
0_0_36513881_28442.cpp:100:29: error: 'av' was not declared in this scope
if(shu*sum!=av*cnt)//如果两个环的均值不相等,说明不行。
^
|