0_0_33629113_16002.cpp: In function 'int main()':
0_0_33629113_16002.cpp:58:11: error: request for member 'clear' in 'p', which is of non-class type 'int'
p.clear();
^
0_0_33629113_16002.cpp:60:15: error: request for member 'insert' in 'p', which is of non-class type 'int'
p.insert(f[i],f[i+n]);
^
0_0_33629113_16002.cpp:62:18: error: 'begin' was not declared in this scope
for (P i:p){
^
0_0_33629113_16002.cpp:62:18: note: suggested alternatives:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:94:0,
from 0_0_33629113_16002.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/valarray:1206:5: note: 'std::begin'
begin(const valarray<_Tp>& __va)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/valarray:1206:5: note: 'std::begin'
0_0_33629113_16002.cpp:62:18: error: 'end' was not declared in this scope
for (P i:p){
^
0_0_33629113_16002.cpp:62:18: note: suggested alternatives:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:94:0,
from 0_0_33629113_16002.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/valarray:1226:5: note: 'std::end'
end(const valarray<_Tp>& __va)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/valarray:1226:5: note: 'std::end'
|