第一题完成
This commit is contained in:
@@ -37,5 +37,6 @@ int pop(stack &s) {
|
||||
return NULL;
|
||||
}
|
||||
int e = s.data[s.top];
|
||||
s.top--;
|
||||
return e;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user