답안 #419015

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
419015 2021-06-06T10:35:08 Z mosiashvililuka Vision Program (IOI19_vision) C++14
0 / 100
1 ms 204 KB
#include "vision.h"
#include<bits/stdc++.h>
using namespace std;
int a,b,c,d,e,i,j,ii,jj,zx,xc,k,p[1000009],pi;
vector <int> vv;
int F(int q, int w){
	return q*b+w;
}
void construct_network(int H, int W, int K) {
	a=H;b=W;k=K;
	vv.clear();pi=0;
	for(i=0; i<a; i++){
		for(j=0; j<b; j++){
			if(i+j==k){
				vv.push_back(F(i,j));
			}
		}
	}
	pi++;
	p[pi]=add_or(vv);
  exit(0);
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 204 KB Unexpected end of file - token expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 204 KB Unexpected end of file - token expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 204 KB Unexpected end of file - token expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 204 KB Unexpected end of file - token expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 204 KB Unexpected end of file - token expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 204 KB Unexpected end of file - token expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 204 KB Unexpected end of file - token expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 204 KB Unexpected end of file - token expected
2 Halted 0 ms 0 KB -