結果

問題 No.8050 64Kiエーカーの森ゴルフ
ユーザー kobaryo222
提出日時 2019-04-01 22:29:51
言語 Text
(cat 8.3)
結果
WA  
実行時間 -
コード長 329 bytes
コンパイル時間 40 ms
コンパイル使用メモリ 6,692 KB
実行使用メモリ 6,824 KB
最終ジャッジ日時 2024-11-27 03:25:30
合計ジャッジ時間 1,299 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 3
other WA * 43
権限があれば一括ダウンロードができます

ソースコード

diff #

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
応答が返ってこない
0