Skip to content

Commit

Permalink
0
Browse files Browse the repository at this point in the history
  • Loading branch information
wjy030522 committed Dec 18, 2024
1 parent d88c398 commit 97c6b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/30_std_unique_ptr/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ int main(int argc, char **argv) {
std::vector<const char *> answers[]{
{"fd"},
// TODO: 分析 problems[1] 中资源的生命周期,将记录填入 `std::vector`
{"ffr","d"},
{"r","d","d"},
{"d","ffr"},
{"d","d","r"},
};

std::cout << "Problems[0]: ";
Expand Down

0 comments on commit 97c6b64

Please sign in to comment.