Submission #179877


Source Code Expand

#include <iostream>
#include <cstdio>
#include <cmath>
#include <cstdlib>
#include <map>
#include <set>
#include <queue>
#include <algorithm>
#include <cstring>
#include <cmath>
#include <sstream>
#include <vector>
#include <string>
#include <iomanip>
#include <bitset>
using namespace std;
#define INF	100000000
#define MOD 1000000007
#define pb push_back
#define mp make_pair
#define fi first
#define sec second
#define lb lower_bound
#define ub upper_bound
#define SS stringstream
#define rep(i,n) for(int i = 0; i < n; i++)
#define sz(x) ((int)(x).size())
#define SORT(x) sort((x).begin(), (x).end())
#define RSORT(x) sort((x).begin(), (x).end(), greater<int>() )
#define clr(a,b) memset((a),(b),sizeof(a))
typedef pair<int, int> P;
typedef long long int ll;
typedef vector<int> Vi;
typedef vector<ll> Vll;
typedef vector<P> Vp;
typedef priority_queue<P, vector<P>, greater<P> > PQ;
string str;

int main(){
	ios::sync_with_stdio(false);
	cin.tie(0);
	cin >> str;
cout << str << "pp" << endl;
}

Submission Info

Submission Time
Task A - ハンドルネーム
User gasin
Language C++ (G++ 4.6.4)
Score 100
Code Size 1041 Byte
Status AC
Exec Time 325 ms
Memory 920 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 325 ms 800 KB
sample_02.txt AC 25 ms 888 KB
test_aaaaaaaaaa.txt AC 26 ms 884 KB
test_myonmyon.txt AC 25 ms 920 KB
test_nemui.txt AC 24 ms 844 KB
test_onakasuita.txt AC 37 ms 844 KB
test_p.txt AC 25 ms 884 KB