Skip to content

Commit 5a7e771

Browse files
committed
*
1 parent e6d934a commit 5a7e771

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/11.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,6 @@ void sort_11()
591591
{ "b", 1 },
592592
{ "c", 0 },
593593
};
594-
cout << t.begin()->first << "\n";
595594
assert(t.begin()->first == "c");
596595
}
597596

0 commit comments

Comments
 (0)