程序的功能是,在10个评委中,去除一个最高分和一个最低分,然后求平均分。 main() int a[10],i,max,min; float s=0: for(i=0;i<10;i++) scanf("%d",&a[i]); s=s+a[i]; max=min=a[0]; for(i=1;i<10;i++) if(max max=a[i]; if(min>a[i]) min=a[i]; s=______; s=s/8; printf("平均分是:%f",s);
查看答案
已知:(R0)=4BH,(A)=84H,片内RAM(4BH)=7FH,(40)=20H,执行程序后,(R0)=35H,(A)=7FH,(4BH)=20H,(40H)=7FH MOV A,@R0 MOV @R0,40H MOV 40H,ACC MOV R0,#35H 错误:______ 改正:______
What time is the conversation taking place
At an airport.
B. In a police station.
C. In a department store.
D. On a subway.
What time is the conversation taking place
A. Not by check.
By credit card.
C. Immediately.
D. In cash.
What time is the conversation taking place
A. Her car was damaged.
B. She almost collided with a school bus.
C. The speed was too fast.
D. She couldn’t stop the bus.