質問編集履歴

1

2018/03/20 09:44

投稿

cihnatr8
cihnatr8

スコア14

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  ```C
20
20
 
21
- employee = (Employee**)pop(stack);
21
+ employee = (Employee*)pop(stack);
22
22
 
23
23
  ```
24
24