質問編集履歴
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
```C
|
20
20
|
|
21
|
-
employee = (Employee*
|
21
|
+
employee = (Employee*)pop(stack);
|
22
22
|
|
23
23
|
```
|
24
24
|
|