結果
問題 | No.207 世界のなんとか |
ユーザー |
![]() |
提出日時 | 2017-08-09 13:39:06 |
言語 | OCaml (5.2.1) |
結果 |
AC
|
実行時間 | 2 ms / 5,000 ms |
コード長 | 182 bytes |
コンパイル時間 | 242 ms |
コンパイル使用メモリ | 21,704 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-10-09 00:04:47 |
合計ジャッジ時間 | 1,017 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 19 |
ソースコード
let () =let a, b = Scanf.scanf "%d %d " (fun a b -> a, b) infor i = a to b doif i mod 3 = 0 || String.contains (string_of_int i) '3'then Printf.printf "%d\n" idone