This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| data:application/json,{"configversion":"2.0","subconfigs":{"www.google.com":{"followpagepatterns":{"next":"Next","prev":"Previous"}},"^https://web.whatsapp.com":{"nmaps":{"f":"hint -c [tabindex]:not(.two)>div,a","F":"hint -bc [tabindex]:not(.two)>div,a"}}},"priority":0,"exmaps":{"<Enter>":"ex.accept_line","<C-Enter>":"ex.execute_ex_on_completion","<C-j>":"ex.accept_line","<C-m>":"ex.accept_line","<Escape>":"ex.hide_and_clear","<C-[>":"ex.hide_and_clear","<ArrowUp>":"ex.prev_history","<ArrowDown>":"ex.next_history","<S-Del>":"ex.execute_ex_on_completion_args tabclose","<A-b>":"text.backward_word","<A-f>":"text.forward_word","<C-a>":"text.beginning_of_line","<C-e>":"text.end_of_line","<A-d>":"text.kill_word","<S-Backspace>":"text.backward_kill_word","<C-u>":"text.backward_kill_line","<C-k>":"text.kill_line","<C-c>":"text.kill_whole_line","<C-f>":"ex.complete","<Tab>":"ex.next_completion","<S-Tab>":"ex.prev_completion","<Space>":"ex.insert_space_or_completion","<C-o>yy":"ex.execute_ex_on_completion_args clipboar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <cstring> | |
| #include <optional> | |
| using namespace std; | |
| const int A = 4; | |
| const int B = 6; | |
| const int CD = 8; | |
| const int E = 6; | |
| optional<int> fa(int a) |