#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef unsigned long ul;
typedef double dbl;
typedef pair<ll, ll> pll;
typedef pair<int, int> pii;
typedef map<ll, ll> mll;
typedef pair<string, ll> psl;
typedef map<string, ll> msl;
typedef vector<int> vi;
typedef vector<ll> vll;
typedef deque<ll> deq;
typedef priority_queue<ll, vector<ll>, greater<ll>> pqm;
typedef priority_queue<pair<ll, int>, vector<pair<ll, int>>, greater<pair<ll, int>>> dij;
typedef priority_queue<ll> pq;
typedef string str;
const ll mod=1e9+7;
const ll maxn=1e5+1;
ll gcd(ll a, ll b) {
return a==0 ? b : gcd(a, b%a);
}
ll lcm(ll a, ll b) {
ll ans=a*b;
ans=ans/(gcd(a, b));
return ans;
}
#define ihacoy ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
#define dh << endl;
#define co cout <<
#define udh cout << endl;
#define spa << " ";
#define ci cin >>
#define fi first
#define se second
#define sp << " " <<
#define tes while(t--)
#define pb push_back
#define pf push_front
#define pob pop_back()
#define pof pop_front()
#define gre greater<ll>()
#define sip return 0
#define ub upper_bound
#define lb lower_bound
#define bs binary_search
int n;
int main() {
ihacoy
ci n;
vi beda, sama, warna(151);
for(int i=1; i<=n; i++) {
co beda.size()+1;
for(int j=0; j<beda.size(); j++) {
co " " << beda[i];
}
co " " << i dh
udh
int jawab; ci jawab;
if(jawab==beda.size()+1) beda.pb(i);
else sama.pb(i);
}
for(int i=0; i<beda.size(); i++) warna[beda[i]]=i+1;
for(int i=0; i<sama.size(); i++) {
int l=0, r=(int)beda.size()-1, now=sama[i], ans=-1;
while(l<=r) {
int md=(l+r)/2;
co md+2;
co " " << now;
for(int j=0; j<=md; j++) {
co " " << beda[i];
}
udh
int jawab; ci jawab;
int byk=md+1;
if(jawab==byk) {
ans=md;
r=md-1;
} else l=md+1;
}
warna[now]=ans+1;
}
co 0;
for(int i=1; i<=n; i++) co " " << warna[i];
}
Compilation message
carnival.cpp: In function 'int main()':
carnival.cpp:54:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
54 | for(int j=0; j<beda.size(); j++) {
| ~^~~~~~~~~~~~
carnival.cpp:60:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
60 | if(jawab==beda.size()+1) beda.pb(i);
| ~~~~~^~~~~~~~~~~~~~~
carnival.cpp:63:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
63 | for(int i=0; i<beda.size(); i++) warna[beda[i]]=i+1;
| ~^~~~~~~~~~~~
carnival.cpp:64:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
64 | for(int i=0; i<sama.size(); i++) {
| ~^~~~~~~~~~~~
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Runtime error |
1 ms |
452 KB |
Execution killed with signal 13 |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Runtime error |
1 ms |
456 KB |
Execution killed with signal 13 |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Runtime error |
0 ms |
452 KB |
Execution killed with signal 13 |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Runtime error |
1 ms |
452 KB |
Execution killed with signal 13 |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Runtime error |
0 ms |
448 KB |
Execution killed with signal 13 |
2 |
Halted |
0 ms |
0 KB |
- |