Submission #152561

# Submission time Handle Problem Language Result Execution time Memory
152561 2019-09-08T12:40:25 Z username Two Transportations (JOI19_transportations) C++14
Compilation error
0 ms 0 KB
#include "Baijan.h"

void InitB(int _n,int a,vector<int>u,vector<int>v,vector<int>c) {
	
}

void ReceiveB(bool x){
	
}
#include "Azer.h"
#include<bits/stdc++.h>
using namespace std;

void InitA(int _n,int a,vector<int>u,vector<int>v,vector<int>c) {
	
}

void ReceiveA(bool x){
	
}

vector<int>Answer(){
	vector<int>ret;
	return ret;
}

Compilation message

Azer.cpp:3:25: error: 'vector' has not been declared
 void InitB(int _n,int a,vector<int>u,vector<int>v,vector<int>c) {
                         ^~~~~~
Azer.cpp:3:31: error: expected ',' or '...' before '<' token
 void InitB(int _n,int a,vector<int>u,vector<int>v,vector<int>c) {
                               ^

/tmp/ccJ4u8pK.o: In function `main':
grader_baijan.cpp:(.text.startup+0x163): undefined reference to `InitB(int, int, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)'
grader_baijan.cpp:(.text.startup+0x1df): undefined reference to `ReceiveB(bool)'
collect2: error: ld returned 1 exit status