Submission #49278539


Source Code Expand

// #include <atcoder/all>
#include <bits/stdc++.h>

using namespace std;
// using namespace atcoder;

int main() {
    int n;
    cin >> n;

    cout << 'L';

    string s(n, 'o');
    cout << s;

    cout << "ng" << endl;
    return 0;
}

Submission Info

Submission Time
Task A - Long Loong
User nnth_y
Language C++ 20 (gcc 12.2)
Score 100
Code Size 257 Byte
Status AC
Exec Time 1 ms
Memory 3656 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 10
Set Name Test Cases
Sample example_00.txt, example_01.txt
All example_00.txt, example_01.txt, hand_00.txt, hand_01.txt, hand_02.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt
Case Name Status Exec Time Memory
example_00.txt AC 1 ms 3648 KiB
example_01.txt AC 1 ms 3460 KiB
hand_00.txt AC 1 ms 3644 KiB
hand_01.txt AC 1 ms 3656 KiB
hand_02.txt AC 1 ms 3460 KiB
random_00.txt AC 1 ms 3572 KiB
random_01.txt AC 1 ms 3568 KiB
random_02.txt AC 1 ms 3496 KiB
random_03.txt AC 1 ms 3492 KiB
random_04.txt AC 1 ms 3444 KiB