# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
38656 |
2018-01-05T12:31:02 Z |
Yusup01 |
Money (IZhO17_money) |
C++14 |
|
0 ms |
2564 KB |
#include<bits/stdc++.h>
using namespace std;
int i,jog=1,k,l,r,m,n,a[100009],j,t;
vector<int>b;
int main()
{
ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
cin>>n; for(int i=1; i<=n; i++) cin>>a[i];
for(i=1; i<=n; i++)
{
if(a[i]>=a[i-1]) b.push_back(a[i]);
else break;
}
for(; i<=n; i++){
if(k==0){
sort(b.begin(),b.end());
if(a[i]>=b[b.size()-1]) {b.push_back(a[i]); if(i<n&&t==0) jog++; t=1; continue;}
for(int j=0; j<b.size(); j++)
{
if(a[i]<=b[j]) {r=b[j]; l=a[i]; m=j; break;}
}
b.push_back(a[i]); i++; k=1; t=0;
}
if(a[i]<=r&&a[i]>=l&&a[i]>=a[i-1]&&k==1) b.push_back(a[i]);
else {k=0; i--; jog++;}
}
if(jog>1) jog++; cout<<jog;
}
Compilation message
money.cpp: In function 'int main()':
money.cpp:18:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j=0; j<b.size(); j++)
^
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
0 ms |
2564 KB |
Output is correct |
2 |
Correct |
0 ms |
2564 KB |
Output is correct |
3 |
Incorrect |
0 ms |
2564 KB |
Output isn't correct |
4 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
0 ms |
2564 KB |
Output is correct |
2 |
Correct |
0 ms |
2564 KB |
Output is correct |
3 |
Incorrect |
0 ms |
2564 KB |
Output isn't correct |
4 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
0 ms |
2564 KB |
Output is correct |
2 |
Correct |
0 ms |
2564 KB |
Output is correct |
3 |
Incorrect |
0 ms |
2564 KB |
Output isn't correct |
4 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
0 ms |
2564 KB |
Output is correct |
2 |
Correct |
0 ms |
2564 KB |
Output is correct |
3 |
Incorrect |
0 ms |
2564 KB |
Output isn't correct |
4 |
Halted |
0 ms |
0 KB |
- |