标记
This commit is contained in:
parent
3e26bbdbda
commit
444d4bded9
@ -89,7 +89,7 @@ int main()
|
||||
while (1)
|
||||
{
|
||||
scanf("%d", &n);
|
||||
if (n == -1)
|
||||
if (n == -1)// 结束
|
||||
return 0;
|
||||
memset(&w, 0, sizeof(wall) * (n + 1));
|
||||
w[0].x = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user