//#error
#include <coordinate>
int main(void)
{
    std::bounds<2> cord{55, 66}
    auto it = cord - {66, 77};
}
