結果

問題 No.3220 Forest Creation
コンテスト
ユーザー vjudge1
提出日時 2025-10-26 17:00:48
言語 C++14
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 135 bytes
コンパイル時間 1,370 ms
コンパイル使用メモリ 160,536 KB
実行使用メモリ 7,724 KB
最終ジャッジ日時 2025-10-26 17:00:52
合計ジャッジ時間 2,676 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1 WA * 1
other AC * 23 WA * 23
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <bits/stdc++.h>
using namespace std;
int main(){
	srand(time(0));
	printf(rand()%2?"Yes\n":"No\n");
	return 0;
}
//rteb5reuder
0