結果
| 問題 | No.441 和か積 |
| コンテスト | |
| ユーザー |
r6eve
|
| 提出日時 | 2017-08-17 09:42:45 |
| 言語 | OCaml (5.5.0) |
| 結果 |
WA
不安定
|
| 実行時間 | - |
| コード長 | 210 bytes |
| 記録 | |
| コンパイル時間 | 130 ms |
| コンパイル使用メモリ | 22,564 KB |
| 実行使用メモリ | 6,528 KB |
| 最終ジャッジ日時 | 2026-09-12 07:18:52 |
| 合計ジャッジ時間 | 2,029 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 29 WA * 1 |
コンパイルメッセージ
ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
ソースコード
let () = let a, b = Scanf.scanf "%s %s " (fun a b -> a, b) in if a = "0" || a = "1" || b = "0" || b = "1" then print_endline "S" else if a = "2" && b = "2" then print_endline "E" else print_endline "P"
r6eve