# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
580721 |
2022-06-21T17:22:21 Z |
groshi |
Nizovi (COI14_nizovi) |
C++17 |
|
1 ms |
280 KB |
#include<iostream>
using namespace std;
int main()
{
//cin.tie(0);
//cout.tie(0);
//ios_base::sync_with_stdio(0);
int a,b;
cin>>a>>b;
int pocz_a=1;
int ile_b=b;
for(int i=1;i<=a && ile_b;i++)
{
int pocz=pocz_a+a-i+1;
cout<<"cmp "<<pocz_a<<" "<<pocz<<"\n";
int x;
cin>>x;
if(x==-1)
{
pocz_a++;
continue;
}
int kon=a+b,sre,ostd=pocz;
int ile=-kon;
while(pocz<kon)
{
sre=(pocz+kon+1)/2;
cout<<"cmp "<<pocz_a<<" "<<sre<<"\n";
int x;
cin>>x;
if(x==-1)
kon=sre-1;
else{
pocz=sre;
ostd=sre;
}
}
if(pocz_a<ostd)
{
//cout<<flush;
cout<<"reverse "<<pocz_a<<" "<<ostd<<"\n";
}
ile+=ostd;
ile_b-=ile+1;
if(pocz_a<pocz_a+ile-1)
{
//cout<<flush;
cout<<"reverse "<<pocz_a<<" "<<pocz_a+ile<<"\n";
}
if(pocz_a+ile<ostd)
{
//cout<<flush;
cout<<"reverse "<<pocz_a+ile+1<<" "<<ostd<<"\n";
}
pocz_a+=ile+2;
}
cout<<"end\n";
return 0;
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Runtime error |
0 ms |
208 KB |
Execution killed with signal 13 |
2 |
Runtime error |
1 ms |
208 KB |
Execution killed with signal 13 |
3 |
Runtime error |
0 ms |
208 KB |
Execution killed with signal 13 |
4 |
Runtime error |
1 ms |
208 KB |
Execution killed with signal 13 |
5 |
Runtime error |
1 ms |
208 KB |
Execution killed with signal 13 |
6 |
Runtime error |
1 ms |
208 KB |
Execution killed with signal 13 |
7 |
Runtime error |
1 ms |
208 KB |
Execution killed with signal 13 |
8 |
Runtime error |
1 ms |
280 KB |
Execution killed with signal 13 |
9 |
Runtime error |
1 ms |
276 KB |
Execution killed with signal 13 |
10 |
Runtime error |
1 ms |
276 KB |
Execution killed with signal 13 |