// Compile command: g++ implementer.cpp 1167.cpp -o 1167 -O2 -lm

#include "head.h"

unsigned solv(unsigned a, unsigned b) {
    return a * b;
}