Submission #113422

# Submission time Handle Problem Language Result Execution time Memory
113422 2019-05-25T13:33:19 Z CaQtiml Prosjecni (COCI16_prosjecni) C++14
0 / 120
2 ms 384 KB
#include "bits/stdc++.h"
using namespace std;
int main()
{
	// int n;
	// cin >> n;
	// int op=1;
	// if(n==1)
	// {
	// 	cout << "1";
	// 	exit(0);
	// }
	// if(n==2)
	// {
		cout << "-1";
	// 	exit(0);
	// }
	// for(int i=1;i<=n;i++)
	// {
	// 	for(int j=1;j<=n;j++)
	// 	{
	// 		cout << op << " ";
	// 		op++;
	// 	}
	// 	cout << "\n";
	// }
}
# Verdict Execution time Memory Grader output
1 Incorrect 2 ms 256 KB Integer -1 violates the range [0, 1000000000]
2 Incorrect 2 ms 256 KB Integer -1 violates the range [0, 1000000000]
3 Incorrect 2 ms 256 KB Integer -1 violates the range [0, 1000000000]
4 Incorrect 2 ms 256 KB Integer -1 violates the range [0, 1000000000]
5 Incorrect 2 ms 384 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 384 KB Integer -1 violates the range [0, 1000000000]
8 Incorrect 2 ms 384 KB Integer -1 violates the range [0, 1000000000]
9 Incorrect 2 ms 384 KB Integer -1 violates the range [0, 1000000000]
10 Incorrect 2 ms 384 KB Integer -1 violates the range [0, 1000000000]