| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 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';
}
}| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
