Submission #179858


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 317 ms
Memory 912 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 317 ms 800 KB
sample_02.txt AC 21 ms 816 KB
test_aaaaaaaaaa.txt AC 24 ms 912 KB
test_myonmyon.txt AC 23 ms 724 KB
test_nemui.txt AC 22 ms 816 KB
test_onakasuita.txt AC 23 ms 692 KB
test_p.txt AC 24 ms 796 KB