Submission #179918


Source Code Expand

#include <bits/stdc++.h>
using namespace std;
#define all(c) (c).begin(),(c).end()
#define rep(i,n) for(int i=0; i<(int)(n); i++)
#define iter(c) __typeof((c).begin())
#define tr(it,c) for(iter(c) it=(c).begin(); it!=(c).end(); it++)
#define pb(a) push_back(a)
#define mp(a,b) make_pair(a,b)
#define pr(a) cout << (a) << endl
typedef long long ll;
typedef pair<int,int> P;
const int MAX=1000000000;
int dx[4]={-1,0,1,0},dy[4]={0,-1,0,1};

int main() {
  string s;
  cin >> s;
  pr(s+"pp");

  return 0;
}

Submission Info

Submission Time
Task A - ハンドルネーム
User s1200008
Language C++ (G++ 4.6.4)
Score 100
Code Size 524 Byte
Status AC
Exec Time 27 ms
Memory 924 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 24 ms 924 KB
sample_02.txt AC 21 ms 916 KB
test_aaaaaaaaaa.txt AC 23 ms 780 KB
test_myonmyon.txt AC 24 ms 888 KB
test_nemui.txt AC 20 ms 916 KB
test_onakasuita.txt AC 23 ms 880 KB
test_p.txt AC 27 ms 800 KB