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