Submission #583389

# Submission time Handle Problem Language Result Execution time Memory
583389 2022-06-25T10:08:56 Z _Avocado_ Art Collections (BOI22_art) C++17
0 / 100
0 ms 208 KB
#include <bits/stdc++.h>
//#define int int64_t
using namespace std;
#include "art.h"


void solve(int n){
	vector<int>cur(n);
	iota(cur.begin(), cur.end(), 1);
	vector<int>beg(n);
	vector<int>end(n);
	
	for(int i = 0; i<n; ++i){
		publish(cur);
		int x; cin>>x;
		beg[cur[0]-1] = x;
		end[cur[n-1]-1] = x;
		rotate(cur.begin(), cur.end()-1, cur.end());
	}
	
	vector<int>fred(n);
	int add = 1-(n%2);
	for(int i = 0; i<n; ++i){
		int pos = ((beg[i]-end[i]+add)/2) + ((n-1)/2);
		fred[pos] = i+1;
	}
	
	answer(fred);
}

/*

signed main(){
	ios_base::sync_with_stdio(false);
	cin.tie(NULL);
	//ifstream cin ("input.in");
	//ofstream cout ("output.out");
	
	
	
	cout<<'\n';
}
*/

Compilation message

interface.cpp: In function 'int publish(std::vector<int>)':
interface.cpp:20:17: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   20 |     if(v.size() != N) {
      |        ~~~~~~~~~^~~~
interface.cpp: In function 'void answer(std::vector<int>)':
interface.cpp:36:17: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   36 |     if(v.size() != N) {
      |        ~~~~~~~~~^~~~
# Verdict Execution time Memory Grader output
1 Execution timed out 0 ms 208 KB Time limit exceeded (wall clock)
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Execution timed out 0 ms 208 KB Time limit exceeded (wall clock)
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Execution timed out 0 ms 208 KB Time limit exceeded (wall clock)
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Execution timed out 0 ms 208 KB Time limit exceeded (wall clock)
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Execution timed out 0 ms 208 KB Time limit exceeded (wall clock)
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Execution timed out 0 ms 208 KB Time limit exceeded (wall clock)
2 Halted 0 ms 0 KB -