#include #include #include #include using namespace std; int main(){ int h, w; cin >> h >> w; if ((h % 3 == 0 && w % 4 == 0)&&h