mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-12-26 03:51:58 +00:00
P3879 [TJOI2010]阅读理解
R44435160
This commit is contained in:
parent
7db766b4e7
commit
57de0429db
@ -5,7 +5,7 @@ using namespace std;
|
||||
int main() {
|
||||
int n, l;
|
||||
string s;
|
||||
map<string, set<int>> m;
|
||||
unordered_map<string, set<int> > m;
|
||||
cin >> n;
|
||||
for (int i = 1; i <= n; i++) {
|
||||
cin >> l;
|
||||
|
Loading…
Reference in New Issue
Block a user