답안 #210438

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
210438 2020-03-17T11:01:21 Z tleontest1 Prosjecni (COCI16_prosjecni) C++14
24 / 120
5 ms 376 KB
//Bismillahirrahmanirrahim
//█▀█─█──█──█▀█─█─█
//█▄█─█──█──█▄█─█▄█
//█─█─█▄─█▄─█─█─█─█

#pragma GCC optimize ("O3")
#pragma GCC target ("sse4")

#include <bits/stdc++.h>

using namespace std;

typedef long long lo;
typedef pair< lo,lo > PII;

#define fi first
#define se second
#define mp make_pair
#define pb push_back
#define fio() ios_base::sync_with_stdio(false);cin.tie(NULL);cout.tie(NULL)
#define FOR for(int i=1;i<=n;i++)
#define mid ((start+end)/2)
#define ort ((bas+son)/2)

const lo MAX = -1000000000000000000;
const lo MIN = 1000000000000000000;
const lo inf = 1000000000;
const lo KOK = 100000;
const lo LOG = 30;
const lo li = 500005;
const lo mod = 1000000007;

int n,m,b[li],a[li],k,flag,t;
int cev;
string s;
vector<int> v;

int main(void){
	scanf("%d",&n);
	if(n%2==0){printf("-1\n");return 0;}
	FOR{
		for(int i=1;i<=n;i++){
			printf("%d ",++cev);
		}
		printf("\n");
	}
	return 0;
}

Compilation message

prosjecni.cpp: In function 'int main()':
prosjecni.cpp:39:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ~~~~~^~~~~~~~~
# 결과 실행 시간 메모리 Grader output
1 Incorrect 5 ms 256 KB Integer -1 violates the range [0, 1000000000]
2 Correct 5 ms 256 KB Output is correct
3 Incorrect 5 ms 256 KB Integer -1 violates the range [0, 1000000000]
4 Correct 5 ms 256 KB Output is correct
5 Incorrect 5 ms 256 KB Integer -1 violates the range [0, 1000000000]
6 Incorrect 5 ms 256 KB Integer -1 violates the range [0, 1000000000]
7 Incorrect 4 ms 256 KB Integer -1 violates the range [0, 1000000000]
8 Incorrect 5 ms 256 KB Integer -1 violates the range [0, 1000000000]
9 Incorrect 5 ms 256 KB Integer -1 violates the range [0, 1000000000]
10 Incorrect 5 ms 376 KB Integer -1 violates the range [0, 1000000000]