結果
| 問題 | No.207 世界のなんとか |
| コンテスト | |
| ユーザー |
nobigomu
|
| 提出日時 | 2018-04-20 22:29:20 |
| 言語 | Lua (LuaJit 2.1.1767980792) |
| 結果 |
AC
|
| 実行時間 | 1 ms / 5,000 ms |
| コード長 | 139 bytes |
| 記録 | |
| コンパイル時間 | 288 ms |
| コンパイル使用メモリ | 7,844 KB |
| 実行使用メモリ | 6,144 KB |
| 最終ジャッジ日時 | 2026-03-14 12:22:53 |
| 合計ジャッジ時間 | 759 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 19 |
ソースコード
(function (a, b)
for i=a,b do if i%3==0 or tostring(i):find("3")~=nil then print(i) end end
end)(io.stdin:read("*n"), io.stdin:read("*n"))
nobigomu