0_0_37536030_16361.cpp: In function 'int main()':
0_0_37536030_16361.cpp:10:17: error: 'Maxn' was not declared in this scope
int len[Maxn];//绳子
^
0_0_37536030_16361.cpp:15:13: error: 'len' was not declared in this scope
len[i]=t*100.0;
^
0_0_37536030_16361.cpp:17:14: error: 'len' was not declared in this scope
sort(len,len+N);//排序,直接找最大值
^
|