| 提出番号 | 1093 |
|---|---|
| 提出者 | lglover |
| 言語 | C++ |
| 提出日時 | 2018-01-07 00:48:04 |
| 問題名 | (17)文章読み上げ |
| 結果 | WA |
| 点数 | 0% |
| テストケース | 結果 | 得点 | 実行時間 | メモリ使用量 |
|---|---|---|---|---|
| 1 | WA | 0% | 3ms | 8400KB |
| 2 | WA | 0% | 2ms | 8224KB |
| 3 | WA | 0% | 4ms | 7904KB |
| 4 | WA | 0% | 2ms | 8336KB |
| 5 | WA | 0% | 2ms | 7936KB |
| 6 | WA | 0% | 17ms | 8256KB |
| 7 | WA | 0% | 3ms | 8256KB |
#include <iostream>
#include <string>
#include <algorithm>
#include <map>
#include <math.h>
#include <iomanip>
#include <vector>
#include <queue>
#include <functional>
#include <random>
#include <time.h>
using namespace std;
typedef long long int ll;
typedef pair<ll, ll> P;
int main() {
string s;
cout << s << endl;
return 0;
}