結果

問題 No.2906 Strange Online Judge
ユーザー 👑 NachiaNachia
提出日時 2024-09-07 04:33:16
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 92 ms / 2,000 ms
コード長 264 bytes
コンパイル時間 209 ms
コンパイル使用メモリ 101,472 KB
実行使用メモリ 131,540 KB
最終ジャッジ日時 2024-09-09 15:05:15
合計ジャッジ時間 6,642 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 67 ms
130,004 KB
testcase_01 AC 74 ms
130,672 KB
testcase_02 AC 70 ms
131,468 KB
testcase_03 AC 68 ms
130,048 KB
testcase_04 AC 70 ms
130,316 KB
testcase_05 AC 85 ms
131,540 KB
testcase_06 AC 71 ms
131,352 KB
testcase_07 AC 70 ms
130,952 KB
testcase_08 AC 70 ms
130,720 KB
testcase_09 AC 67 ms
129,976 KB
testcase_10 AC 69 ms
129,924 KB
testcase_11 AC 80 ms
131,328 KB
testcase_12 AC 92 ms
129,924 KB
testcase_13 AC 69 ms
130,300 KB
testcase_14 AC 78 ms
130,860 KB
testcase_15 AC 73 ms
130,740 KB
testcase_16 AC 71 ms
130,592 KB
testcase_17 AC 80 ms
129,988 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

p = '''
$9 = N / K
$9 = $9 + 1
$8 = N * N
$7 = N * K
while $9 > 1
    $1 = $9 / 2
    $9 = $9 - $1
    $1 = $0 + $1
    $2 = $1 + $7
    $2 = $2 * $1
    if $2 <= $8
        $0 = $1
    end
end
$0 = $0 + N
return $0
'''

print('$3 = ' + '0' * 19_998_000)
print(p)
0