Pythonをしました ///// import sys sys.setrecursionlimit(10000000000000000) def f(y, u, k, i, c, o, d, e, r): .... print(f(0, 1, 2, 0, 1, 2, 0, 1, 2)) ///// [sandbox] > python a.py RecursionError: maximum recursion depth exceeded during compilation C++をしました [sandbox] > g++ a.cpp 応答が返ってこない