Submission #210443

# Submission time Handle Problem Language Result Execution time Memory
210443 2020-03-17T11:29:12 Z tleontest1 Prosjecni (COCI16_prosjecni) C++14
0 / 120
6 ms 552 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 int long long
#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 = 505;
const lo mod = 1000000007;

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

main(void){
	scanf("%lld",&n);
	if(n==2){printf("-1\n");return 0;}
	int tut=n*n;
	for(int i=1;i<=n;i++){
		int at=tut*i;
		cev=0;
		for(int j=2;j<=n;j++){
			cev+=at;
			a[i][j]=at++;
		}
		a[i][1]=tut*i*4-cev;
	}
	FOR{
		for(int j=1;j<=n;j++){
			printf("%lld ",a[i][j]);
		}
		printf("\n");
	}
	return 0;
}

Compilation message

prosjecni.cpp:39:10: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main(void){
          ^
prosjecni.cpp: In function 'int main()':
prosjecni.cpp:40:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%lld",&n);
  ~~~~~^~~~~~~~~~~
# Verdict Execution time Memory Grader output
1 Incorrect 5 ms 256 KB Average condition doesn't hold.
2 Incorrect 5 ms 256 KB Integer -6 violates the range [0, 1000000000]
3 Incorrect 5 ms 376 KB Integer -213 violates the range [0, 1000000000]
4 Incorrect 5 ms 376 KB Integer -2341 violates the range [0, 1000000000]
5 Incorrect 5 ms 376 KB Integer -6171 violates the range [0, 1000000000]
6 Incorrect 5 ms 376 KB Integer -66088 violates the range [0, 1000000000]
7 Incorrect 5 ms 380 KB Integer -267796 violates the range [0, 1000000000]
8 Incorrect 6 ms 504 KB Integer -790682 violates the range [0, 1000000000]
9 Incorrect 6 ms 552 KB Integer -897828 violates the range [0, 1000000000]
10 Incorrect 5 ms 504 KB Integer -954851 violates the range [0, 1000000000]