0_0_29520186_15481.cpp: In function 'int main()':
0_0_29520186_15481.cpp:16:9: error: expected ';' before 'vector'
vector<int> f(200,0);
^
0_0_29520186_15481.cpp:24:13: error: 'f' was not declared in this scope
f[a[i]]++;
^
0_0_29520186_15481.cpp:30:16: error: 'f' was not declared in this scope
if(f[j]>0)
^
0_0_29520186_15481.cpp:34:16: error: 'f' was not declared in this scope
if(f[j]>1)
^
|