답안 #112731

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
112731 2019-05-21T16:26:02 Z faishol27 사육제 (CEOI14_carnival) C++14
컴파일 오류
0 ms 0 KB
#include <bits/stdc++.h>
using namespace std;
 
#define pub push_back
 
int n, now, bef = 1;
int ans[155];
int tanya = 0;
vector<int>q;
 
int main(){
 	cin >> n;
 	
 	ans[1] = 1;
 	q.pub(1);
 	for(int i=2;i<=n;i++){
 		cout << q.size()+1;
 		for(int elm:q)
 			cout << " " << elm;
 		cout << " " << i << endl << flush;
 		tanya++;
      
 		cin >> now;
 		if(now != bef){
 			q.pub(i);
 			ans[i] = now;
 		}else{
 			int le = 0,
 				ri = sz-1;
 			while(le < ri){
 				int mid = (l+r)/2;
              	cout << abs(le-mid)+2;
 				for(int j=le;j<=mid;j++)
 					cout << " " << q[j];
 				cout << " " << i << endl << flush;
 				tanya++;
              
 				int resp;
 				cin >> resp;
 				
 				if(resp == abs(le-mid)+1){
 					ri = mid - 1;
 				}else le = mid + 1;
 			}
          
 			int resp;
			cout << "2 " << q[le] << " " << i << endl << flush;
 			tanya++;
	        cin >> resp;
          
          	if(resp == 2) ans[i] = ans[ri];
          	else ans[i] = ans[le];
 		}
 		
 		swap(now, bef);
 	}
 
  	assert(tanya < 950);
  
 	cout << 0;
 	for(int i=1;i<=n;i++)
 		cout << " " << ans[i];
 	cout << endl << flush;
}

Compilation message

carnival.cpp: In function 'int main()':
carnival.cpp:29:11: error: 'sz' was not declared in this scope
      ri = sz-1;
           ^~
carnival.cpp:31:17: error: 'l' was not declared in this scope
      int mid = (l+r)/2;
                 ^
carnival.cpp:31:17: note: suggested alternative: 'le'
      int mid = (l+r)/2;
                 ^
                 le
carnival.cpp:31:19: error: 'r' was not declared in this scope
      int mid = (l+r)/2;
                   ^
carnival.cpp:31:19: note: suggested alternative: 'ri'
      int mid = (l+r)/2;
                   ^
                   ri