Submission #112731

#TimeUsernameProblemLanguageResultExecution timeMemory
112731faishol27Carnival (CEOI14_carnival)C++14
Compilation error
0 ms0 KiB
#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 (stderr)

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