結果
| 問題 | No.1040 垂直大学 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-06-01 23:42:50 |
| 言語 | OCaml (5.5.0) |
| 結果 |
AC
不安定
|
| 実行時間 | 1 ms / 2,000 ms |
| + 153µs | |
| コード長 | 210 bytes |
| 記録 | |
| コンパイル時間 | 99 ms |
| コンパイル使用メモリ | 21,316 KB |
| 実行使用メモリ | 6,528 KB |
| 最終ジャッジ日時 | 2026-09-21 15:09:58 |
| 合計ジャッジ時間 | 1,467 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 17 |
コンパイルメッセージ
ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
ソースコード
let () = let atcoder = read_line () |> int_of_string in (if (atcoder mod 180) = 0 then print_string "No" else if (atcoder mod 90) = 0 then print_string "Yes" else print_string "No"); print_newline ();;