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