Submission #179916


Source Code Expand

#include <bits/stdc++.h>
#define REP(i,n) for(int i=0; i<(int)(n); ++i)

using namespace std;

int main(){
    int a, b, c;
    string s;
    cin >> s;


    cout << s + "pp" << endl;
    return 0;
}

Submission Info

Submission Time
Task A - ハンドルネーム
User ichyo
Language C++11 (GCC 4.8.1)
Score 100
Code Size 201 Byte
Status AC
Exec Time 81 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 22 ms 924 KB
sample_02.txt AC 21 ms 928 KB
test_aaaaaaaaaa.txt AC 20 ms 924 KB
test_myonmyon.txt AC 20 ms 800 KB
test_nemui.txt AC 26 ms 796 KB
test_onakasuita.txt AC 81 ms 924 KB
test_p.txt AC 20 ms 924 KB