結果

問題 No.3049 Yes
ユーザー square1001square1001
提出日時 2019-04-01 23:45:21
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 3 ms / 2,000 ms
コード長 171 bytes
コンパイル時間 929 ms
実行使用メモリ 1,448 KB
スコア 0
最終ジャッジ日時 2019-04-01 23:45:23
ジャッジサーバーID
(参考情報)
judge6 /
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
1,448 KB
権限があれば一括ダウンロードができます

ソースコード

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