main()1 int main() {
2   int x = 47; // REGEX-THIS
3   return x;
4 }
5