| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1357287 | mxhrvs | Monster-Go (EGOI25_monstergo) | C++20 | 0 ms | 348 KiB |
#include<bits/stdc++.h>
using namespace std;
signed main(){
int n;
cin >> n;
for(int i = 0; i < n; i ++){
for(int j = 12*i; j < 12*i + 12; j ++){
cout << j << " ";
}
cout << "\n";
}
}| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
