Submission #179867


Source Code Expand

#include <string>
#include <vector>
#include<iostream>
#include<cstdio>
#include<cstdlib>
#include<stack>
#include<queue>
#include<cmath>
#include<algorithm>
#include<functional>
//--
#include<list>
#include<deque>
#include<bitset>
#include<set>
#include<map>
#include<cstdio>
#include<cstring>
#include<sstream>
#define X first
#define Y second
#define pb push_back
#define pqPair priority_queue<pair<int,int>,vector<pair<int,int> >,greater<pair<int,int> > >
#define all(X) (X).begin(),(X).end()

using namespace std;
typedef long long ll;


int main(){
  int i,j,k;
string a;
  cin>>a;
  cout<<  a+"pp"<<endl;
  return 0;
}

Submission Info

Submission Time
Task A - ハンドルネーム
User nuip
Language C++ (G++ 4.6.4)
Score 100
Code Size 660 Byte
Status AC
Exec Time 23 ms
Memory 932 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 23 ms 800 KB
sample_02.txt AC 20 ms 800 KB
test_aaaaaaaaaa.txt AC 20 ms 796 KB
test_myonmyon.txt AC 21 ms 756 KB
test_nemui.txt AC 21 ms 804 KB
test_onakasuita.txt AC 21 ms 932 KB
test_p.txt AC 21 ms 920 KB