| 提出番号 | 1095 |
|---|---|
| 提出者 | lglover |
| 言語 | C++ |
| 提出日時 | 2018-01-07 00:49:35 |
| 問題名 | (17)文章読み上げ |
| 結果 | AC |
| 点数 | 100% |
| テストケース | 結果 | 得点 | 実行時間 | メモリ使用量 |
|---|---|---|---|---|
| 1 | AC | 100% | 2ms | 8352KB |
| 2 | AC | 100% | 2ms | 7920KB |
| 3 | AC | 100% | 28ms | 8464KB |
| 4 | AC | 100% | 28ms | 8464KB |
| 5 | AC | 100% | 34ms | 8704KB |
| 6 | AC | 100% | 28ms | 8464KB |
| 7 | AC | 100% | 33ms | 8480KB |
#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;
cin>>s;
cout << s << endl;
return 0;
}