結果

問題 No.8049 Yes
ユーザー square1001square1001
提出日時 2019-04-01 23:45:21
言語 C++14
(gcc 13.3.0 + boost 1.87.0)
結果
AC  
実行時間 3 ms / 2,000 ms
コード長 171 bytes
コンパイル時間 929 ms
実行使用メモリ 1,448 KB
スコア 0
最終ジャッジ日時 2019-04-01 23:45:23
ジャッジサーバーID
(参考情報)
judge6 /
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 1
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <random>
#include <iostream>
using namespace std;
static int c = 0;
int main() {
	if(c >= 1) cout << "Yes" << endl;
	else cout << ":(" << endl;
	++c;
	return 0;
}
0