| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1357332 | mahriban | Monster-Go (EGOI25_monstergo) | C++20 | 1 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 = i; j < i + 12; j ++)cout << i * 5 + j % 50 << ' ';
cout << endl;
}
}| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
