mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-09 17:04:30 +08:00
impr(languague): add more words in code_c++ language (LifeAdventurer) (#4830)
This commit is contained in:
parent
c7e38c2f6c
commit
712913e04a
1 changed files with 13 additions and 1 deletions
|
|
@ -100,6 +100,18 @@
|
|||
"xor",
|
||||
"xor_eq",
|
||||
"cout",
|
||||
"vector"
|
||||
"vector",
|
||||
"set",
|
||||
"multiset",
|
||||
"unordered_set",
|
||||
"map",
|
||||
"unordered_map",
|
||||
"stack",
|
||||
"queue",
|
||||
"deque",
|
||||
"priority_queue",
|
||||
"array",
|
||||
"pair",
|
||||
"tuple"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue