Submission #542473
Source Code Expand
#include <bits/stdc++.h>
using namespace std;
int main(void){
string input;
getline(cin, input);
cout << input + input << endl;
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Double String |
| User | setoyama1 |
| Language | C++ (GCC 4.9.2) |
| Score | 100 |
| Code Size | 159 Byte |
| Status | AC |
| Exec Time | 25 ms |
| Memory | 924 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample-01.txt, sample-02.txt |
| All | sample-01.txt, sample-02.txt, 01-01.txt, 01-02.txt, 01-03.txt, 01-04.txt, 01-05.txt, 01-06.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 01-01.txt | AC | 23 ms | 796 KiB |
| 01-02.txt | AC | 23 ms | 736 KiB |
| 01-03.txt | AC | 23 ms | 924 KiB |
| 01-04.txt | AC | 24 ms | 924 KiB |
| 01-05.txt | AC | 25 ms | 788 KiB |
| 01-06.txt | AC | 24 ms | 924 KiB |
| sample-01.txt | AC | 23 ms | 924 KiB |
| sample-02.txt | AC | 25 ms | 924 KiB |