| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1354334 | neptunns | Monster-Go (EGOI25_monstergo) | C++20 | 0 ms | 428 KiB |
#include <bits/stdc++.h>
using namespace std;
#define ll long long
#define int long long
#define maxn 500005
#define mi LLONG_MIN
#define ma LLONG_MAX
#define mod 1000000007
#define pb push_back
#define S second
#define F first
void solve() {
int n;
cin >> n;
int x = 11;
for (int c = 0; c < n; c++) {
for (int i = 0; i < 11; i++) {
cout << i << " ";
}
cout << x << '\n';
x++;
}
}
int32_t main() {
ios::sync_with_stdio(false);
cin.tie(0);
cout.tie(0);
int t = 1;
// cin >> t;
while (t--) solve();
}
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
