結果
| 問題 |
No.3220 Forest Creation
|
| コンテスト | |
| ユーザー |
vjudge1
|
| 提出日時 | 2025-10-26 17:19:34 |
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 132 bytes |
| コンパイル時間 | 1,393 ms |
| コンパイル使用メモリ | 157,856 KB |
| 実行使用メモリ | 7,724 KB |
| 最終ジャッジ日時 | 2025-10-26 17:19:37 |
| 合計ジャッジ時間 | 2,848 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 24 WA * 22 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main()
{
int n,b;
cin>>n;
if(n==3) cout<<"Yes"<<endl;
else cout<<"No"<<endl;
}
vjudge1