제출 #1347496

#제출 시각아이디문제언어결과실행 시간메모리
1347496msb.83Monster-Go (EGOI25_monstergo)C++20
0 / 100
1 ms344 KiB
//Rahman ve Rahim olan Allah'ın adıyla
#pragma GCC optimize("Ofast")
#include <bits/stdc++.h>
#define int long long
#define pb push_back
#define fi first
#define se second
#define mid (st+end)/2
using namespace std;
int32_t main(){
    ios_base::sync_with_stdio(false);cin.tie(0);
    int n,k=0;cin>>n;
    for(int j=0;j<n;j++){
        for(int i=0;i<12;i++){
            if(i==j) continue;
            cout<<i<<" ";
        }cout<<"\n";
    }
}
#Verdict Execution timeMemoryGrader output
Fetching results...