結果
問題 |
No.3218 Night Equation
|
ユーザー |
![]() |
提出日時 | 2025-08-01 21:36:05 |
言語 | D (dmd 2.109.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 195 bytes |
コンパイル時間 | 619 ms |
コンパイル使用メモリ | 86,548 KB |
実行使用メモリ | 7,720 KB |
最終ジャッジ日時 | 2025-08-01 21:36:09 |
合計ジャッジ時間 | 2,177 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 28 WA * 1 |
ソースコード
import std.stdio, std.algorithm, std.array, std.conv, std.typecons; alias Set = bool[3 * 10^^5]; void main() { readln; auto A = readln.split.to!(long[]); writeln(A[0] > 0 ? "Yes" : "No"); }