結果
問題 | No.3049 Yes |
ユーザー | square1001 |
提出日時 | 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 / |
純コード判定しない問題か言語 |
(要ログイン)
ソースコード
#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; }