// remaind.cpp // применение операции остатка от деления #include using namespace std; int main() { cout <<6 %8 <