| ( ) { } : ; -> |
| int short long double float char void bool |
| signed unsigned const static enum |
| typedef extern sizeof |
| true false |
| if else switch case default |
| while for do break continue |
| struct union class public private protected friend virtual inline operator |
| new delete this |
| #include #define #if #else #endif |
| namespace using |
| try catch throw |
| template typename typeid |
| dynamic_cast reinterpret_cast static_cast |
| printf fprintf sprintf scanf fscanf memcpy memset |
| stdout stdin |
| cin cout cerr |
| i j k l m n |
| string vector map list |
Комментарии
begin end size length count capacity back front top push pop push_back pop_back push_front pop_front empty resize reserve clear swap insert erase
iterator const_iterator
min max min_element max_element lexicographical_compare next_premutation prev_permutation
sort stable_sort nth_element
find find_if transform replace replace_if fill remove remove_if unique reverse rotate random_shuffle
binary_search lower_bound upper_bound equal_range
merge set_intersection set_union set_difference
inserter back_inserter advance distance
istream ostream
exception logic_error runtime_error
И к чему там i j k l m n ? Ну i, j еще хоть как, остальное ни к чему.