Submission #7617634


Source Code Expand

#include <bits/stdc++.h>
using namespace std;
#define int long long
typedef long long ll;
const int MOD = (int)1e9 + 7;
const int INF = 1LL << 60;
#define REP(i, n) for (int i = 0; i < (n); i++)
#define ALL(obj) (obj).begin(), (obj).end() //コンテナじゃないと使えない!!
#define debug(x) cerr << #x << ": " << x << "\n";
signed main(){
    cin.tie(0);
    ios::sync_with_stdio(false);
    string s;
    cin >> s;
    s+="pp";
    cout << s << endl;
}

Submission Info

Submission Time
Task A - ハンドルネーム
User petite_prog
Language C++14 (GCC 5.4.1)
Score 100
Code Size 478 Byte
Status AC
Exec Time 1 ms
Memory 256 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 7
Set Name Test Cases
All sample_01.txt, sample_02.txt, 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 1 ms 256 KB
sample_02.txt AC 1 ms 256 KB
test_aaaaaaaaaa.txt AC 1 ms 256 KB
test_myonmyon.txt AC 1 ms 256 KB
test_nemui.txt AC 1 ms 256 KB
test_onakasuita.txt AC 1 ms 256 KB
test_p.txt AC 1 ms 256 KB