結果

問題 No.564 背の順
コンテスト
ユーザー nobigomu
提出日時 2018-04-19 23:54:54
言語 Lua
(LuaJit 2.1.1767980792)
コンパイル:
luajit -b _filename_ a.out
実行:
luajit _filename_
結果
WA  
実行時間 -
コード長 237 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 248 ms
コンパイル使用メモリ 6,400 KB
実行使用メモリ 6,272 KB
最終ジャッジ日時 2026-03-14 11:24:04
合計ジャッジ時間 818 ms
ジャッジサーバーID
(参考情報)
judge3_0 / judge1_0
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 6 WA * 3
権限があれば一括ダウンロードができます

ソースコード

diff #
raw source code

print((function (h, n)
	local r = 1
	for _=1,n-1 do if h < io.stdin:read("*n") then r = r+1 end end
	return string.format("%d%s", r, r==1 and "st" or r==2 and "nd" or r==3 and "rd" or "th")
end)(io.stdin:read("*n"), io.stdin:read("*n")))
0