Submission #436830

# Submission time Handle Problem Language Result Execution time Memory
436830 2021-06-25T03:17:17 Z Belgutei Vision Program (IOI19_vision) C++17
0 / 100
3 ms 968 KB
#include "vision.h"
#include<bits/stdc++.h>

using namespace std;

#define ll long long
#define ff first
#define ss second
#define pb push_back
#define mk make_pair
vector<int> v;

void construct_network(int H, int W, int K) {
	freopen("01.in", "r", stdin);
	freopen("01.out", "w", stdout);
	v.clear();
	for(int i=0; i<H*W; i++){
		vector<int> tur;
		tur.clear();
		tur.pb(i);
		int x=add_not(i);
		if(x==0){
			v.pb(i);
		}
	}
	int a=v[0]%W;
	int b=v[0]%W;
	int c=v[1]%W;
	int d=v[2]%W;
	if(abs(a-c)+abs(b-d)==K){
		add_not(0);
	}
	else add_not(1);
}

Compilation message

vision.cpp: In function 'void construct_network(int, int, int)':
vision.cpp:14:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
   14 |  freopen("01.in", "r", stdin);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~
vision.cpp:15:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
   15 |  freopen("01.out", "w", stdout);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
# Verdict Execution time Memory Grader output
1 Runtime error 1 ms 332 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 1 ms 332 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 1 ms 332 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 1 ms 332 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 1 ms 416 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 1 ms 332 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 3 ms 968 KB Unexpected end of file - token expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 1 ms 332 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -