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