#include "cipizz.h"

int count_triangles(int n, int m, std::vector<int> x, std::vector<int> y) {
  // Your solution here.
  return 13; 
}
