結果

問題 No.378 名声値を稼ごう
ユーザー 826814741_6826814741_6
提出日時 2019-03-14 00:50:25
言語 Lua
(LuaJit 2.1.1696795921)
結果
AC  
実行時間 2 ms / 2,000 ms
コード長 318 bytes
コンパイル時間 98 ms
コンパイル使用メモリ 5,216 KB
実行使用メモリ 4,380 KB
最終ジャッジ日時 2023-09-14 12:08:22
合計ジャッジ時間 693 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
4,376 KB
testcase_01 AC 1 ms
4,380 KB
testcase_02 AC 2 ms
4,376 KB
testcase_03 AC 1 ms
4,376 KB
testcase_04 AC 1 ms
4,380 KB
testcase_05 AC 1 ms
4,376 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print((function (f)
	local a,b,c = f()
	while a~=0 do a,b,c = a/2,b+a/2,a+a>c and a+a or c end
	return tonumber(b-c<0 and c-b or b-c)
end)((function (ffi)
	ffi.cdef 'int scanf(const char *, ...);'
	local C,c = ffi.C,ffi.new("long[1]")
	return function () C.scanf("%ld",c) return c[0],c[0],c[0] end
end)(require'ffi')))
0