Submission #179879


Source Code Expand

#include <map>
#include <set>
#include <list>
#include <cmath>
#include <queue>
#include <stack>
#include <cstdio>
#include <string>
#include <vector>
#include <complex>
#include <cstdlib>
#include <cstring>
#include <numeric>
#include <sstream>
#include <iostream>
#include <algorithm>
#include <functional>

#define mp       make_pair
#define pb       push_back
#define all(x)   (x).begin(),(x).end()
#define rep(i,n) for(int i=0;i<(n);i++)

using namespace std;

typedef    long long          ll;
typedef    unsigned long long ull;
typedef    vector<bool>       vb;
typedef    vector<int>        vi;
typedef    vector<vb>         vvb;
typedef    vector<vi>         vvi;
typedef    pair<int,int>      pii;

const int INF=1<<29;
const double EPS=1e-9;

const int dx[]={1,0,-1,0},dy[]={0,-1,0,1};

int main(){
	string str;
	cin>>str;
	str +="pp";
	cout <<str<<endl;
	return 0;
}

Submission Info

Submission Time
Task A - ハンドルネーム
User togatoga
Language C++ (G++ 4.6.4)
Score 100
Code Size 922 Byte
Status AC
Exec Time 23 ms
Memory 928 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 5
Set Name Test Cases
All test_aaaaaaaaaa.txt, test_myonmyon.txt, test_nemui.txt, test_onakasuita.txt, test_p.txt
Case Name Status Exec Time Memory
sample_01.txt AC 20 ms 928 KB
sample_02.txt AC 23 ms 768 KB
test_aaaaaaaaaa.txt AC 21 ms 796 KB
test_myonmyon.txt AC 21 ms 928 KB
test_nemui.txt AC 21 ms 812 KB
test_onakasuita.txt AC 21 ms 924 KB
test_p.txt AC 21 ms 812 KB