結果
問題 |
No.3203 $\sin{x}$
|
ユーザー |
|
提出日時 | 2025-07-18 21:21:22 |
言語 | Rust (1.83.0 + proconio) |
結果 |
AC
|
実行時間 | 1 ms / 2,000 ms |
コード長 | 127 bytes |
コンパイル時間 | 14,334 ms |
コンパイル使用メモリ | 399,316 KB |
実行使用メモリ | 7,716 KB |
最終ジャッジ日時 | 2025-07-18 21:21:52 |
合計ジャッジ時間 | 15,170 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 6 |
ソースコード
use proconio::input; fn main() { input! { x: i32, } println!("{}", if x == 0 { "Yes" } else { "No" }); }