| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1357337 | mahriban | Monster-Go (EGOI25_monstergo) | C++20 | 1 ms | 344 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 << "0 12 24 36 1 13 25 37 2 14 26 38\n";}
}| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
