結果
| 問題 |
No.207 世界のなんとか
|
| コンテスト | |
| ユーザー |
nobigomu
|
| 提出日時 | 2018-04-20 22:29:20 |
| 言語 | Lua (LuaJit 2.1.1734355927) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 5,000 ms |
| コード長 | 139 bytes |
| コンパイル時間 | 37 ms |
| コンパイル使用メモリ | 6,944 KB |
| 実行使用メモリ | 5,376 KB |
| 最終ジャッジ日時 | 2024-06-27 05:18:16 |
| 合計ジャッジ時間 | 760 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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