摘要:
HTML>Get URL TextURL Get URL Text" & vbcrlf & Server.HTMLEncode(sText) & vbCRLF & ""Response.Write sTextset obj = nothing%> 阅读全文
posted @ 2006-01-12 23:28 Felix 阅读(409) 评论(0) 推荐(0)
|
|||
|
摘要:
HTML>Get URL TextURL Get URL Text" & vbcrlf & Server.HTMLEncode(sText) & vbCRLF & ""Response.Write sTextset obj = nothing%> 阅读全文
posted @ 2006-01-12 23:28 Felix 阅读(409) 评论(0) 推荐(0)
摘要:
1void main () 2{ 3 int a,b,c,d; 4 scanf("%d,%d,%d",&a,&b,&c); 5 if(c>b) 6 { d=b;b=c;c=d; } 7 if(b>a) 8 { d=a;a=b;b=d;} 9 if(c>a)10 { d=a;a=c;c=d;}11 printf("%d",a);12}13 阅读全文
posted @ 2005-07-29 08:03 Felix 阅读(227) 评论(0) 推荐(0) |
|||