답안 #157303

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
157303 2019-10-10T14:00:02 Z GoldNextYear Prosjecni (COCI16_prosjecni) C++14
24 / 120
3 ms 376 KB
#define fast ios_base::sync_with_stdio(0),cin.tie(0),cout.tie(0)
#include <bits/stdc++.h>
using namespace std;
#define sqr 340
#define mid (l+r)/2
#define pb push_back
#define ppb pop_back
#define fi first
#define se second
#define lb lower_bound
#define ub upper_bound
#define ins insert
#define era erase
#define C continue
#define mem(dp,i) memset(dp,i,sizeof(dp))
#define mset multiset
typedef long long ll;
typedef long double ld;
typedef pair<int,int> pi;
typedef pair<ll,ll> pll;
typedef vector<int> vi;
typedef vector<ll> vll;
typedef vector<pi> vpi;
typedef vector<pll> vpll;
const ll mod=1000000007;
const ll inf=1e18*4;
const ld pai=acos(-1);
int n,num=1;
int main(){
        cin>>n;
        if(n%2==0)cout<<-1<<endl,exit(0);
        for(int i=0;i<n;i++){
                for(int j=0;j<n;j++){
                        cout<<num++<<" ";
                }
                cout<<endl;
        }
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 2 ms 256 KB Integer -1 violates the range [0, 1000000000]
2 Correct 2 ms 256 KB Output is correct
3 Incorrect 2 ms 376 KB Integer -1 violates the range [0, 1000000000]
4 Correct 3 ms 376 KB Output is correct
5 Incorrect 2 ms 256 KB Integer -1 violates the range [0, 1000000000]
6 Incorrect 2 ms 256 KB Integer -1 violates the range [0, 1000000000]
7 Incorrect 2 ms 256 KB Integer -1 violates the range [0, 1000000000]
8 Incorrect 2 ms 376 KB Integer -1 violates the range [0, 1000000000]
9 Incorrect 2 ms 376 KB Integer -1 violates the range [0, 1000000000]
10 Incorrect 2 ms 256 KB Integer -1 violates the range [0, 1000000000]