結果
| 問題 | No.1462 最弱WEAKER |
| コンテスト | |
| ユーザー |
shiomusubi496
|
| 提出日時 | 2021-04-02 21:54:54 |
| 言語 | C++14 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
AC
|
| 実行時間 | 1 ms / 2,000 ms |
| コード長 | 127 bytes |
| 記録 | |
| コンパイル時間 | 1,424 ms |
| コンパイル使用メモリ | 177,500 KB |
| 実行使用メモリ | 7,972 KB |
| 最終ジャッジ日時 | 2026-05-29 18:02:59 |
| 合計ジャッジ時間 | 2,217 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 18 |
ソースコード
#include<bits/stdc++.h>
#define int long long
using namespace std;
signed main(){
int N;cin>>N;
puts(N%2?"NO":"YES");
}
shiomusubi496