| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1356709 | sally | Monster-Go (EGOI25_monstergo) | C++20 | 1 ms | 424 KiB |
#include<iostream>
#include<vector>
using namespace std;
int main() {
int N;
cin>>N;
for(int i=0; i<12*N; i++) {
cout<<i<<' ';
if((i+1)%12==0) cout<<'\n';
}
}| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
