| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1357333 | mahriban | Monster-Go (EGOI25_monstergo) | C++20 | 0 ms | 344 KiB |
#include<bits/stdc++.h>
using namespace std;
int main(){
int n;
cin >> n;
if (n >= 1){for (int i = 0; i < 12; i ++)cout << i << ' ';cout << endl;}
if (n >= 2){for (int i = 12; i < 24; i ++)cout << i << ' ';cout << endl;}
if (n >= 3){for (int i = 24; i < 36; i ++)cout << i << ' ';cout << endl;}
if (n >= 4){for (int i = 36; i < 48; i ++)cout << i << ' ';cout << endl;}
}| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
