結果
| 問題 |
No.8049 Yes
|
| コンテスト | |
| ユーザー |
merom686
|
| 提出日時 | 2019-04-01 22:01:25 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
AC
|
| 実行時間 | 3 ms / 2,000 ms |
| コード長 | 230 bytes |
| コンパイル時間 | 922 ms |
| 実行使用メモリ | 1,448 KB |
| スコア | 150 |
| 最終ジャッジ日時 | 2019-04-01 22:01:27 |
|
ジャッジサーバーID (参考情報) |
judge7 / |
| 純コード判定しない問題か言語 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 |
ソースコード
#include <iostream>
#include <vector>
#include <string>
#include <algorithm>
#include <cstdio>
#include <cstring>
#include <cmath>
using namespace std;
using ll = long long;
int main() {
cout << "yes" << endl;
return 0;
}
merom686