Submission #633533

#TimeUsernameProblemLanguageResultExecution timeMemory
633533Ahmed57Global Warming (NOI13_gw)C++14
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; long long n; int pre[3000001]; int main(){ ios_base::sync_with_stdio(false);cin.tie(0);cout.tie(0); cin>>n; vector<long long> v,w; v.push_back(2); map<long long,long long> sa.cmp; for(int i = 0;i<n;i++){ long long x;cin>>x; w.push_back(x); sa[x]++; } long long z = 2; for(auto i:sa){ cmp[i.first] = z++; } for(int i = 0;i<n;i++){ v.push_back(cmp[w[i]]*2); } for(int i = 0;i<n;i++){ if(v[i]<v[i+1]){ pre[v[i+1]]--; pre[v[i]]++; } } long long ma = 0 , cur = 0; for(int i = 2;i<(n+2)*2;i++){ cur+=pre[i]; ma = max(ma,cur); } cout<<ma<<"\n"; }

Compilation message (stderr)

gw.cpp: In function 'int main()':
gw.cpp:11:32: error: expected initializer before '.' token
   11 |     map<long long,long long> sa.cmp;
      |                                ^
gw.cpp:15:9: error: 'sa' was not declared in this scope
   15 |         sa[x]++;
      |         ^~
gw.cpp:18:16: error: 'sa' was not declared in this scope
   18 |     for(auto i:sa){
      |                ^~
gw.cpp:19:9: error: 'cmp' was not declared in this scope; did you mean 'bcmp'?
   19 |         cmp[i.first] = z++;
      |         ^~~
      |         bcmp
gw.cpp:22:21: error: 'cmp' was not declared in this scope; did you mean 'bcmp'?
   22 |         v.push_back(cmp[w[i]]*2);
      |                     ^~~
      |                     bcmp