Submission #1357341

#TimeUsernameProblemLanguageResultExecution timeMemory
1357341mahribanMonster-Go (EGOI25_monstergo)C++20
8 / 100
0 ms344 KiB
#include<bits/stdc++.h>
using namespace std;
int main(){
    int n;
    cin >> n;
    if (n >= 1){cout << "0 1 2 3 4 5 6 7 8 9 10 11\n";}
    if (n >= 2){cout << "12 13 14 15 16 17 18 19 20 21 22 23\n";}
    if (n >= 3){cout << "24 25 26 27 28 29 30 31 32 33 34 35\n";}
    if (n >= 4){cout << "36 37 38 39 40 41 42 43 44 45 46 47\n";}
    if (n >= 5){cout << "38 26 14 2 37 25 13 1 36 24 12 48\n";}
}
#Result Execution timeMemoryGrader output
Fetching results...