摘要:
A题 看懂题意之后 简单模拟 1 #include<iostream> 2 #include<stdio.h> 3 #include<cstring> 4 #include<algorithm> 5 using namespace std; 6 7 int f[100005]; 8 9 int main( )10 {11 int x,y,w,t,x1,y1,count;12 scanf("%d%d",&x1,&y1);13 x = y = w = 0,t = 1,count = 0;14 while( true 阅读全文
posted @ 2013-03-13 22:37
浪舟
阅读(168)
评论(0)
推荐(0)
浙公网安备 33010602011771号