听力原文:A: Excuse me. Could you tell me the way to the laun-dromat?
C: Uh, let me think for a minute. The laundro-mat. Ah, yes. It's on Garfield. So, go straight down this road until you come to the bowling alley. Then turn right and walk two blocks. Then go left on Garfield. I think the laundromat's in the middle of the block. Yeah, that's right. Next to the drugstore.
A: I see. I go straight to the bowling alley, then right two blocks, and then left. And it's next to a drug- store.
C: That's it.
A: Well, thanks very much.
C: You're welcome. Have a good day.
A: You too.
&8226;Look at the note below.
&8226;You will hear a man asking the way.
According to the conversation, the laundromat is on (9) So, from here., go straight down this road to bowling alley. Then turn right and walk (10) blocks. Then go (11) on Garfield, it. is in the middle of the block, next to (12)
下面程序的运行结果是【 】。
main()
{ int i=0,j=10,k=2,s=0;
for(;;)
{i+=k;
if(i>j)
{printf("%d\n",s);
break; }
s+=i; } }