示例#1
0
int main(int argc, char* argv[]) {
  FoxPaintingBalls test;
  {
    test.runTest(2, 2, 2, 3, 1);
  }
  {
    test.runTest(1, 2, 3, 3, 0);
  }
  {
    test.runTest(8, 6, 6, 4, 2);
  }
  {
    test.runTest(7, 6, 7, 4, 2);
  }
  {
    test.runTest(100, 100, 100, 4, 30);
  }
  {
    test.runTest(1, 1, 1, 1, 3);
  }
  {
    test.runTest(19330428391852493, 48815737582834113, 11451481019198930, 3456, 5750952686);
  }
}